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 50bcc523..e558385 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1208,6 +1208,10 @@ fchecking= Common Joined RejectNegative UInteger Var(flag_checking) Perform internal consistency checkings. +fcanon-prefix-map +Common Var(common_deferred_options) Defer +For -f*-prefix-map= options compare canonicalized pathnames rather than just strings. + fcode-hoisting Common Var(flag_code_hoisting) Optimization Enable code hoisting. |