Skip to content
Snippets Groups Projects
Commit ed5eef82 authored by Brandon Bennett's avatar Brandon Bennett Committed by Mike McQuaid
Browse files

cc: blacklist -fno-inline-functions-called-once.


Closes Homebrew/homebrew#31384.

Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
parent 7cc1fa74
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ class Cmd
/^-O[0-9zs]?$/, '-fast', '-no-cpp-precomp',
'-pedantic', '-pedantic-errors'
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',
'-fcaller-saves', '-fthread-jumps', '-fno-reorder-blocks', '-fcse-skip-blocks',
'-frerun-cse-after-loop', '-frerun-loop-opt', '-fcse-follow-jumps',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment