mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
LTO isn't working for windows
This commit is contained in:
@@ -128,10 +128,6 @@ elseif (CMAKE_SYSTEM_NAME MATCHES "^(Linux|kFreeBSD|GNU|SunOS)$")
|
||||
set(PLATFORM_LIBRARIES rt)
|
||||
endif()
|
||||
|
||||
if (NOT MSVC)
|
||||
add_compile_options("-flto")
|
||||
endif()
|
||||
|
||||
# Include source code
|
||||
# ===================
|
||||
add_subdirectory(externals)
|
||||
|
||||
Reference in New Issue
Block a user