Skip to content

Commit 5f510c9

Browse files
authored
Build: remove ipo support (#1096)
1 parent 8d45957 commit 5f510c9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@ endif()
4646
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
4747
add_compile_options(-O2 -g) # default flag
4848
endif()
49-
include(CheckIPOSupported)
50-
check_ipo_supported(RESULT IPOSupported)
51-
if(IPOSupported)
52-
set_target_properties(${ABACUS_BIN_NAME} PROPERTIES INTERPROCEDURAL_OPTIMIZATION TRUE)
53-
endif()
5449

5550
find_package(Cereal REQUIRED)
5651
include_directories(${CEREAL_INCLUDE_DIR})

0 commit comments

Comments
 (0)