Skip to content

Commit e36598b

Browse files
committed
Fix CI ubuntu build
1 parent 958fc5b commit e36598b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if (MSVC)
8181
set_target_properties(slick_net PROPERTIES MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
8282
endif()
8383
else()
84-
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native -flto")
84+
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native")
8585
endif()
8686

8787
option(ENABLE_ASAN "Enable AddressSanitizer" OFF)

0 commit comments

Comments
 (0)