[+] Enable link time optimization across all projects by default
This commit is contained in:
parent
d2750594dd
commit
ec094a8180
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user