diff options
| author | Jack Nagel | 2014-05-08 22:24:01 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-08 22:24:01 -0500 |
| commit | d9125b05b9e8ea176088b9d200e7cccd8680401a (patch) | |
| tree | 68fe9997e52b98c399bf638c6cfce85cdfed6c65 | |
| parent | 4ffafccce9f282d8206ece3534d9d5ff09568761 (diff) | |
| download | homebrew-d9125b05b9e8ea176088b9d200e7cccd8680401a.tar.bz2 | |
Clang doesn't support -fno-for-scope
| -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 e51212f48..4183cdc96 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -158,7 +158,7 @@ class Cmd /^-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', - '-fno-regmove' + '-fno-regmove', '-fno-for-scope' # clang doesn't support these flags args << arg if not tool =~ /^clang/ when /^-W[alp],/, /^-Wno-/ |
