summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2015-03-24 16:26:52 -0700
committerGary E. Miller <gem@rellim.com>2015-03-24 16:26:52 -0700
commit368211d3fde217cc54b54333cf60dfdb18cf4c51 (patch)
tree00f4e1f241d4fbbbf49d324b420387641ebb3d34 /SConstruct
parent6a8d1a633556f07573cf671e18929df293b52b50 (diff)
downloadgpsd-368211d3fde217cc54b54333cf60dfdb18cf4c51.tar.gz
Revert "Add stack protection to compile."
This reverts commit 3fa2e99d94bbdf1e2a9c2b709eb2309480c30d95. This breaks some BSD. I was hoping it would find a segfault issue, but it was no help there. Someday I'll track this down.
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)