diff options
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 675ca353cf0..76933a00b44 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1281,6 +1281,10 @@ fstack-protector-all Common Report RejectNegative Var(flag_stack_protect, 2) VarExists Use a stack protection method for every function +fstack-usage +Common RejectNegative Var(flag_stack_usage) +Output stack usage information on a per-function basis + fstrength-reduce Common Does nothing. Preserved for backward compatibility. |