Skip to content

Commit

Permalink
llvm does not support -fno-fat-lto-objects
Browse files Browse the repository at this point in the history
optimization flag '-fno-fat-lto-objects' is not supported
  • Loading branch information
smuzaffar authored Apr 26, 2023
1 parent b5b47b3 commit 60ecb3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scram-tools.file/tools/llvm/llvm-cxxcompiler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<flags REM_CXXFLAGS="-funroll-all-loops"/>
<flags REM_LTO_FLAGS="-fipa-icf"/>
<flags REM_LTO_FLAGS="-flto-odr-type-merging"/>
<flags REM_LTO_FLAGS="-fno-fat-lto-objects"/>
<flags REM_PGO_FLAGS="-fprofile%"/>
<flags CXXFLAGS="-Wno-c99-extensions"/>
<flags CXXFLAGS="-Wno-c++11-narrowing"/>
Expand Down

0 comments on commit 60ecb3d

Please sign in to comment.