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 958fc5b commit e36598bCopy full SHA for e36598b
CMakeLists.txt
@@ -81,7 +81,7 @@ if (MSVC)
81
set_target_properties(slick_net PROPERTIES MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
82
endif()
83
else()
84
- set(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native -flto")
+ set(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native")
85
86
87
option(ENABLE_ASAN "Enable AddressSanitizer" OFF)
0 commit comments