diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:44:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:44:53 +0000 |
commit | c53bbfe23d239cd00c96a2c0981c33af46681c46 (patch) | |
tree | 42ce0117d7703b8d5cdae7787fbb1cd30094034e | |
parent | 832bdea54468f4fd4384ae6fe1b467f0419a5e9e (diff) | |
download | pamela-c53bbfe23d239cd00c96a2c0981c33af46681c46.tar.gz pamela-c53bbfe23d239cd00c96a2c0981c33af46681c46.tar.xz pamela-c53bbfe23d239cd00c96a2c0981c33af46681c46.zip |
Don't put -fno-stack-protector in default CFLAGS
-rw-r--r--[-rwxr-xr-x] | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 2647491..a9ce616 100755..100644 --- a/configure +++ b/configure @@ -334,7 +334,6 @@ tryflag CFLAGS_AUTO -fno-exceptions tryflag CFLAGS_AUTO -fno-unwind-tables tryflag CFLAGS_AUTO -fno-asynchronous-unwind-tables tryflag CFLAGS_AUTO -Wa,--noexecstack -tryflag CFLAGS -fno-stack-protector tryflag CPPFLAGS_AUTO -Werror=implicit-function-declaration tryflag CPPFLAGS_AUTO -Werror=implicit-int tryflag CPPFLAGS_AUTO -Werror=pointer-sign |