[+] Enable link time optimization across all projects by default

This commit is contained in:
Reece Wilson 2021-06-07 20:31:29 +01:00
parent d2750594dd
commit ec094a8180

View File

@ -39,7 +39,8 @@ workspace "Aurora Project"
flags flags
{ {
"NoIncrementalLink", "NoIncrementalLink",
"MultiProcessorCompile"--, "MultiProcessorCompile",
"LinkTimeOptimization"--,
--"NoEditAndContinue" --"NoEditAndContinue"
} }
@ -65,6 +66,10 @@ workspace "Aurora Project"
filter {} filter {}
stringpooling "true"
floatingpoint "strict"
if ((not isWin) or (_G.forceClang)) then if ((not isWin) or (_G.forceClang)) then
usingClang = true usingClang = true
toolset "clang" toolset "clang"