Quellcode durchsuchen

Remove flto as it breaks the library archive

Kajetan Johannes Hammerle vor 11 Monaten
Ursprung
Commit
2ceabcc278
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      CMakeLists.txt

+ 2 - 2
CMakeLists.txt

@@ -53,8 +53,8 @@ set(SRC_PERFORMANCE
 )
 
 if("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
-    set(COMPILE_OPTIONS -flto)
-    set(LINK_OPTIONS -flto)
+    set(COMPILE_OPTIONS "")
+    set(LINK_OPTIONS "")
     set(LOG_LEVEL 2)
     set(DEFINITIONS "")
 else()