diff options
| author | Brandon Bennett | 2014-08-05 22:48:24 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-06 10:23:39 +0100 |
| commit | ed5eef82a861ce78b7771629d4f93ca89d73a0a3 (patch) | |
| tree | 89e16ae63423189933aff9adcaabfa55ee9efe40 | |
| parent | 7cc1fa7477a3dfcbff9d7e299f64993694ad6977 (diff) | |
| download | brew-ed5eef82a861ce78b7771629d4f93ca89d73a0a3.tar.bz2 | |
cc: blacklist -fno-inline-functions-called-once.
Closes Homebrew/homebrew#31384.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rwxr-xr-x | Library/ENV/4.3/cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 205677053..72599abaf 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -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', |
