diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:42:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:42:54 +0000 |
commit | 86506407ebbb737fa989fbf9b4f4c2b3a885c6db (patch) | |
tree | 3b0c9b30cd2f0bed8c869cb1f0177326b564b5c4 | |
parent | a0f8dc35bbffe16dcb9497d0e1e58d4143edfdcf (diff) | |
download | bcnm-86506407ebbb737fa989fbf9b4f4c2b3a885c6db.tar.gz bcnm-86506407ebbb737fa989fbf9b4f4c2b3a885c6db.tar.xz bcnm-86506407ebbb737fa989fbf9b4f4c2b3a885c6db.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 64af85d..33f9da7 100755..100644 --- a/configure +++ b/configure @@ -337,7 +337,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 |