cc: blacklist -fno-inline-functions-called-once.
Closes Homebrew/homebrew#31384. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
7cc1fa7477
commit
ed5eef82a8
@ -157,7 +157,7 @@ class Cmd
|
|||||||
/^-O[0-9zs]?$/, '-fast', '-no-cpp-precomp',
|
/^-O[0-9zs]?$/, '-fast', '-no-cpp-precomp',
|
||||||
'-pedantic', '-pedantic-errors'
|
'-pedantic', '-pedantic-errors'
|
||||||
when '-fopenmp', '-lgomp', '-mno-fused-madd', '-fforce-addr', '-fno-defer-pop',
|
when '-fopenmp', '-lgomp', '-mno-fused-madd', '-fforce-addr', '-fno-defer-pop',
|
||||||
'-mno-dynamic-no-pic', '-fearly-inlining', '-finline-functions-called-once',
|
'-mno-dynamic-no-pic', '-fearly-inlining', /^-f(?:no-)?inline-functions-called-once/,
|
||||||
/^-finline-limit/, /^-f(?:no-)?check-new/, '-fno-delete-null-pointer-checks',
|
/^-finline-limit/, /^-f(?:no-)?check-new/, '-fno-delete-null-pointer-checks',
|
||||||
'-fcaller-saves', '-fthread-jumps', '-fno-reorder-blocks', '-fcse-skip-blocks',
|
'-fcaller-saves', '-fthread-jumps', '-fno-reorder-blocks', '-fcse-skip-blocks',
|
||||||
'-frerun-cse-after-loop', '-frerun-loop-opt', '-fcse-follow-jumps',
|
'-frerun-cse-after-loop', '-frerun-loop-opt', '-fcse-follow-jumps',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user