Skip to content

Commit

Permalink
build: Add -fstack-clash-protection to release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissie-c committed May 10, 2021
1 parent 6d99a84 commit c053a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -302,7 +302,7 @@ if test "x${enable_debug}" = xyes; then
AC_DEFINE_UNQUOTED([DEBUG], [1], [Compiling Debugging code])
OPT_CFLAGS="-O0"
else
OPT_CFLAGS="-O3"
OPT_CFLAGS="-O3 -fstack-clash-protection"
fi

# gdb flags
Expand Down

0 comments on commit c053a90

Please sign in to comment.