Skip to content

Commit

Permalink
intermediate
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusRainerSchmidt committed May 6, 2024
1 parent cd3284b commit 15068e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ endif()
include(CheckIPOSupported)
check_ipo_supported(RESULT supported OUTPUT error)
if( supported )
message(STATUS "IPO / LTO enabled")
set(INTERPROCEDURAL_OPTIMIZATION TRUE)
message(STATUS "at the moment LTO is always disabled")
# message(STATUS "IPO / LTO enabled")
# set(INTERPROCEDURAL_OPTIMIZATION TRUE)
else()
message(STATUS "IPO / LTO not supported: <${error}>")
endif()
Expand Down

0 comments on commit 15068e6

Please sign in to comment.