From 5cda6f5fdc8f8d6a840c7d0a92e1f24c0459162b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Dec 2020 14:45:14 +0000 Subject: Don't put -fno-stack-protector in default CFLAGS --- configure | 1 - 1 file changed, 1 deletion(-) mode change 100755 => 100644 configure diff --git a/configure b/configure old mode 100755 new mode 100644 index 9004f70..04af07b --- a/configure +++ b/configure @@ -361,7 +361,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 -- cgit v1.2.3