summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 1 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index c8c57b63..ab10370a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -513,8 +513,7 @@ else:
# because we can't seem to keep scons from passing these to g++.
for option in ('-Wextra','-Wall', '-Wno-uninitialized','-Wno-missing-field-initializers',
'-Wcast-align','-Wmissing-declarations', '-Wmissing-prototypes',
- '-Wstrict-prototypes', '-Wpointer-arith', '-Wreturn-type',
- '-fstack-protector-all'):
+ '-Wstrict-prototypes', '-Wpointer-arith', '-Wreturn-type'):
if option not in config.env['CFLAGS']:
config.CheckCompilerOption(option)