[+] 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
{
"NoIncrementalLink",
"MultiProcessorCompile"--,
"MultiProcessorCompile",
"LinkTimeOptimization"--,
--"NoEditAndContinue"
}
@ -65,6 +66,10 @@ workspace "Aurora Project"
filter {}
stringpooling "true"
floatingpoint "strict"
if ((not isWin) or (_G.forceClang)) then
usingClang = true
toolset "clang"