summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
)