Skip to content

Commit

Permalink
-Doptimize -> -Drelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Mar 3, 2024
1 parent 91fcd40 commit 5c30662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
zig build -Dtarget=x86_64-macos
zig build -Dtarget=aarch64-macos
zig build -Dtarget=wasm32-wasi
zig build -Doptimize=ReleaseFast
zig build -Drelease
rm -fr zig-cache zig-out
make:
Expand Down

0 comments on commit 5c30662

Please sign in to comment.