aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlex Wang2016-11-13 16:12:57 -0500
committerAlex Wang2016-11-13 16:18:19 -0500
commitd2e2110e80d52e94d84989d71abe9c184d8341f5 (patch)
tree0b860201a30c0e73eeca04002d6a6a302cc1a0a7 /Library
parent988900709913d9c46e80a3493db0b9dcbff8264d (diff)
downloadbrew-d2e2110e80d52e94d84989d71abe9c184d8341f5.tar.bz2
cc: Add -frounding-math to list of ignored flags
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/shims/super/cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/shims/super/cc b/Library/Homebrew/shims/super/cc
index db6361f04..1552f412d 100755
--- a/Library/Homebrew/shims/super/cc
+++ b/Library/Homebrew/shims/super/cc
@@ -160,7 +160,7 @@ class Cmd
"-fcaller-saves", "-fthread-jumps", "-fno-reorder-blocks", "-fcse-skip-blocks",
"-frerun-cse-after-loop", "-frerun-loop-opt", "-fcse-follow-jumps",
"-fno-regmove", "-fno-for-scope", "-fno-tree-pre", "-fno-tree-dominator-opts",
- "-fuse-linker-plugin"
+ "-fuse-linker-plugin", "-frounding-math"
# clang doesn't support these flags
args << arg unless tool =~ /^clang/
when "--fast-math"