diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:44:38 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:44:38 +0000 |
commit | 3c3e63f2a72b53572c92879e67f8235c64fd2d23 (patch) | |
tree | 273bdce55b5252b83b3c737aad8ba2e6c167ea71 /configure | |
parent | 56596042d9e1fad4dc8dc4b2e2afd9c9c29010a0 (diff) | |
download | execline-3c3e63f2a72b53572c92879e67f8235c64fd2d23.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 9050aa8..fe97872 100755..100644 --- a/configure +++ b/configure @@ -350,7 +350,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 |