diff options
Diffstat (limited to 'contrib/gcc/common.opt')
-rw-r--r-- | contrib/gcc/common.opt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/contrib/gcc/common.opt b/contrib/gcc/common.opt index 2270d0d8e99d..7dd3909aa5b9 100644 --- a/contrib/gcc/common.opt +++ b/contrib/gcc/common.opt @@ -95,7 +95,11 @@ Warn when an inlined function cannot be inlined Wlarger-than- Common RejectNegative Joined UInteger --Wlarger-than-<number> Warn if an object is larger than <number> bytes +-Wlarger-than-<number> Warn if an object is larger than <number> bytes + +Wframe-larger-than- +Common RejectNegative Joined UInteger +-Wframe-larger-than-<number> Warn if the frame size of a function is larger than <number> bytes Wunsafe-loop-optimizations Common Var(warn_unsafe_loop_optimizations) @@ -537,6 +541,14 @@ finstrument-functions Common Report Var(flag_instrument_function_entry_exit) Instrument function entry and exit with profiling calls +finstrument-functions-exclude-function-list= +Common RejectNegative Joined +-finstrument-functions-exclude-function-list=name,... Do not instrument listed functions + +finstrument-functions-exclude-file-list= +Common RejectNegative Joined +-finstrument-functions-exclude-file-list=filename,... Do not instrument functions listed in files + fipa-cp Common Report Var(flag_ipa_cp) Perform Interprocedural constant propagation |