Skip to content

Commit

Permalink
Don't set CMAKE_INTERPROCEDURAL_OPTIMIZATION=ON for header-only libs
Browse files Browse the repository at this point in the history
  • Loading branch information
equeim committed Dec 29, 2024
1 parent b7803e3 commit 0c59c9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions org.equeim.Tremotesf.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
"-DCXXOPTS_BUILD_EXAMPLES=OFF",
"-DCXXOPTS_BUILD_TESTS=OFF"
],
Expand All @@ -44,7 +43,6 @@
"builddir": true,
"config-opts": [
"-DCMAKE_BUILD_TYPE=RelWithDebInfo",
"-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON",
"-DHTTPLIB_REQUIRE_OPENSSL=ON"
],
"sources": [
Expand Down

0 comments on commit 0c59c9e

Please sign in to comment.