Skip to content

Commit

Permalink
-Doptimize=ReleaseSafe
Browse files Browse the repository at this point in the history
  • Loading branch information
kwakzalver committed Sep 1, 2023
1 parent 5c24643 commit e204af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run tests and compile
run: |
zig build test
zig build -Drelease-safe
zig build -Doptimize=ReleaseSafe
- name: Publish binary
uses: actions/upload-artifact@v3.1.0
with:
Expand Down

0 comments on commit e204af6

Please sign in to comment.