summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index 475cd24d37..266ca47d4c 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -53,9 +53,6 @@ struct foo bar = { .y = 'X', .x = 1 };
conf.ADD_CFLAGS(f)
break
- if conf.CHECK_CFLAGS(['-Wstack-protector']):
- conf.ADD_CFLAGS('-Wstack-protector')
-
# Try to find the right extra flags for -Werror behaviour
for f in ["-Werror", # GCC
"-errwarn=%all", # Sun Studio