Skip to content

Commit

Permalink
ci: build in ReleaseSafe
Browse files Browse the repository at this point in the history
  • Loading branch information
nektro committed Sep 3, 2024
1 parent 6ce5bff commit 055f0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ rev=$(git log --format=%h -1)
target=$1

echo "$tag.$rev $target"
$(which time) zig build -Dtarget=$target -Duse-full-name -Dtag=$tag --prefix . -Dmode=Debug
$(which time) zig build -Dtarget=$target -Duse-full-name -Dtag=$tag --prefix . -Dmode=ReleaseSafe

0 comments on commit 055f0f6

Please sign in to comment.