You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
run it with zig run foo.zig -lc -ODebug (works)
run it with zig run foo.zig -lc -OReleaseFast (works)
run it with zig run foo.zig -lc -OReleaseSafe and get:
Zig Version
0.16.0-dev.731+958faa703
Steps to Reproduce and Observed Behavior
have the file
foo.zig:run it with
zig run foo.zig -lc -ODebug(works)run it with
zig run foo.zig -lc -OReleaseFast(works)run it with
zig run foo.zig -lc -OReleaseSafeand get:Expected Behavior
I expect it to compile with no errors, just as it did for Debug and ReleaseFast