Skip to content

Commit

Permalink
Enable stack protection (CI release executables)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Aug 1, 2023
1 parent 0f80921 commit e80829a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ jobs:
--disable-valgrind \
--with-oniguruma=builtin \
--enable-static \
--enable-all-static
--enable-all-static \
CFLAGS="-O2 -pthread -fstack-protector-all -mshstk"
make -j"$(nproc)"
file ./jq
cp ./jq jq-${{ env.SUFFIX }}
Expand Down

0 comments on commit e80829a

Please sign in to comment.