summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:24 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:24 +0000
commit540c946d86323a74a1520202b9ee96d0189a5e72 (patch)
tree5ffad14e908b010959596568f73102c5bd5383f6 /configure
parent52b5c43b4bc93d0cb3499bd305858151c18606ce (diff)
downloads6-networking-540c946d86323a74a1520202b9ee96d0189a5e72.tar.xz
Don't put -fno-stack-protector in default CFLAGS
Diffstat (limited to 'configure')
-rw-r--r--[-rwxr-xr-x]configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index d08091c..a6cc1fa 100755..100644
--- a/configure
+++ b/configure
@@ -351,7 +351,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