summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorErnie Hershey <ernie.hershey@10gen.com>2016-06-10 12:08:49 -0400
committerErnie Hershey <ernie.hershey@10gen.com>2016-06-10 15:44:59 -0400
commitb7086da6832f76796fe749c89da18d4791d322f9 (patch)
tree4a40c62b8f7c5f4f848a86882db6e017a4cb0bc3 /SConstruct
parent831bd376b13063249b3e450a35747083ab3b8531 (diff)
downloadmongo-b7086da6832f76796fe749c89da18d4791d322f9.tar.gz
Revert "Fix system failure: change runtime-hardening default to off"
This reverts commit e1f383dedb77012d65cac4d19c5d30692c865909.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index b87c251f231..64db0414855 100644
--- a/SConstruct
+++ b/SConstruct
@@ -476,7 +476,7 @@ add_option('modules',
add_option('runtime-hardening',
choices=["on", "off"],
- default="off",
+ default="on",
help="Enable runtime hardening features (e.g. stack smash protection)",
type='choice',
)