[CMAKE]
[reactos.git] / reactos / cmake / gcc.cmake
index d3b6a06..2dc7d48 100644 (file)
@@ -115,7 +115,7 @@ endif()
 
 # Link-time code generation
 if(LTCG)
-    add_compile_flags("-flto -ffat-lto-objects")
+    add_compile_flags("-flto -fno-fat-lto-objects")
 endif()
 
 if(ARCH STREQUAL "i386")