diff options
Diffstat (limited to 'lib/replace')
-rw-r--r-- | lib/replace/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index 36a9f6a366..9483e23089 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -55,6 +55,7 @@ struct foo bar = { .y = 'X', .x = 1 }; if conf.CHECK_CFLAGS(['-fstack-protector']): conf.ADD_CFLAGS('-fstack-protector') + conf.ADD_LDFLAGS('-fstack-protector') # Try to find the right extra flags for -Werror behaviour for f in ["-Werror", # GCC |