diff options
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index fa6dd84..f22661c 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2320,13 +2320,18 @@ Common Report Var(flag_variable_expansion_in_unroller) Optimization Apply variable expansion when loops are unrolled. fstack-check= -Common Report RejectNegative Joined +Common Report RejectNegative Joined Optimization -fstack-check=[no|generic|specific] Insert stack checking code into the program. fstack-check Common Alias(fstack-check=, specific, no) Insert stack checking code into the program. Same as -fstack-check=specific. +fstack-clash-protection +Common Report Var(flag_stack_clash_protection) Optimization +Insert code to probe each page of stack space as it is allocated to protect +from stack-clash style attacks. + fstack-limit Common Var(common_deferred_options) Defer |