We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d45957 commit 5f510c9Copy full SHA for 5f510c9
CMakeLists.txt
@@ -46,11 +46,6 @@ endif()
46
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
47
add_compile_options(-O2 -g) # default flag
48
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()
54
55
find_package(Cereal REQUIRED)
56
include_directories(${CEREAL_INCLUDE_DIR})
0 commit comments