mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-17 05:41:35 -04:00
Enable link-time optimization
LTO should help optimizing spaghetti code better. This caused a lot of crashes in the past but looks stable with the latest code fixes in master, so I think it's time to enable it. Signed-off-by: Thomas Rohloff <v10lator@myway.de>
This commit is contained in:
@@ -108,6 +108,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU|Clang|AppleClang")
|
||||
-Wno-narrowing \
|
||||
-Wno-missing-braces \
|
||||
-ffast-math \
|
||||
-flto=auto \
|
||||
-pipe"
|
||||
)
|
||||
|
||||
|
||||
+1
-1
Submodule doxygen-awesome-css updated: 28ed396de1...9760c30014
Reference in New Issue
Block a user