diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 40675ef..c32b06f 100644 --- a/configure.ac +++ b/configure.ac @@ -67,6 +67,7 @@ if test "x$GCC" = "xyes"; then -fdata-sections \ -fno-strict-aliasing \ -fdiagnostics-show-option \ + -fstack-protector \ -fno-common]) fi AC_SUBST([GCC_CFLAGS], $with_cflags) |