From e36899b642d36b3e0280e8e3914f7bbc28e75f9d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 18 Apr 2012 09:40:06 -0700 Subject: [PATCH] * configure.in: Do not assume GCC 4.7.0 and/or no stack protection. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 6b60e2214fd..21b8c9d2b8f 100644 --- a/configure.in +++ b/configure.in @@ -763,6 +763,8 @@ else nw="$nw -Wshadow" # The following lines should be removable at some point. + nw="$nw -Wstack-protector" + nw="$nw -Wstrict-overflow" nw="$nw -Wsuggest-attribute=const" nw="$nw -Wsuggest-attribute=pure" -- 2.39.2