Skip to content

Commit

Permalink
Merge pull request #7989 from cms-sw/smuzaffar-patch-3
Browse files Browse the repository at this point in the history
[llvm] cleanup lto flags not supported by llvm
  • Loading branch information
smuzaffar authored Jul 11, 2022
2 parents b12d136 + 711bb24 commit b989e42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scram-tools.file/tools/llvm/llvm-cxxcompiler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
<flags REM_CXXFLAGS="-fno-crossjumping"/>
<flags REM_CXXFLAGS="-fno-aggressive-loop-optimizations"/>
<flags REM_CXXFLAGS="-funroll-all-loops"/>
<flags REM_LTO_FLAGS="-fipa-icf"/>
<flags REM_LTO_FLAGS="-flto-odr-type-merging"/>
<flags CXXFLAGS="-Wno-c99-extensions"/>
<flags CXXFLAGS="-Wno-c++11-narrowing"/>
<flags CXXFLAGS="-D__STRICT_ANSI__"/>
Expand Down

0 comments on commit b989e42

Please sign in to comment.