From e5c83dd7b233255a593ee3eace6513814e9b507e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Dec 2020 14:38:21 +0000 Subject: Remove -fno-stack-protector from default CFLAGS --- configure | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3