aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index cb08c89fcc..b46f775541 100644
--- a/SConstruct
+++ b/SConstruct
@@ -201,6 +201,7 @@ else:
if env['asserts']:
env.Append(CPPDEFINES = ['ARM_COMPUTE_ASSERTS_ENABLED'])
+ env.Append(CXXFLAGS = ['-fstack-protector-strong'])
env.Append(CPPPATH = ['#/include', "#"])
env.Append(CXXFLAGS = env['extra_cxx_flags'])