Skip to content
Snippets Groups Projects
Commit d2e2110e authored by Alex Wang's avatar Alex Wang
Browse files

cc: Add -frounding-math to list of ignored flags

parent 98890070
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
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