summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2016-06-09 11:58:10 -0400
committerTess Avitabile <tess.avitabile@mongodb.com>2016-06-09 11:58:36 -0400
commite1f383dedb77012d65cac4d19c5d30692c865909 (patch)
tree94c8955c203cf6dfc9049c5359c1683b52eced5e /SConstruct
parent197fab23f1e6d928bc800f5a2a560c48c0543e82 (diff)
downloadmongo-e1f383dedb77012d65cac4d19c5d30692c865909.tar.gz
Fix system failure: change runtime-hardening default to off
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 5f5a7bef4f6..ad19c16677f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -476,7 +476,7 @@ add_option('modules',
add_option('runtime-hardening',
choices=["on", "off"],
- default="on",
+ default="off",
help="Enable runtime hardening features (e.g. stack smash protection)",
type='choice',
)