diff --git a/CMakeLists.txt b/CMakeLists.txt index 3445130..49363f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)