summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:38:21 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:38:21 +0000
commite5c83dd7b233255a593ee3eace6513814e9b507e (patch)
tree009955fcfd5dc2362d95d13482d6735addf244ae
parent563670ff4bb6c50a91aa31427078515a85a92ce3 (diff)
downloadskalibs-e5c83dd7b233255a593ee3eace6513814e9b507e.tar.xz
Remove -fno-stack-protector from default CFLAGS
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 0376555..6cc4d50 100755
--- a/configure
+++ b/configure
@@ -560,7 +560,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