diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:44:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:44:58 +0000 |
commit | 21ae83d8e28cb601f50aa4ad578ece2992e6d13d (patch) | |
tree | 2e889339aab3a043486db3610d6275da20bb1a6e /configure | |
parent | 26067f0ad8c5e2f57c81d0bef8d126d50b112fb6 (diff) | |
download | s6-21ae83d8e28cb601f50aa4ad578ece2992e6d13d.tar.xz |
Don't put -fno-stack-protector in default CFLAGS
Diffstat (limited to 'configure')
-rw-r--r--[-rwxr-xr-x] | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 2c7faa9..f984a89 100755..100644 --- a/configure +++ b/configure @@ -342,7 +342,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 |