[Premake] Use a balanced set of optimizations instead of fully optimizing the binary.
This commit is contained in:
parent
9733262b6d
commit
9dc613b084
@ -280,7 +280,7 @@ workspace "iw4x"
|
|||||||
configuration "Release*"
|
configuration "Release*"
|
||||||
defines { "NDEBUG" }
|
defines { "NDEBUG" }
|
||||||
flags { "MultiProcessorCompile", "LinkTimeOptimization", "No64BitChecks" }
|
flags { "MultiProcessorCompile", "LinkTimeOptimization", "No64BitChecks" }
|
||||||
optimize "Full"
|
optimize "On"
|
||||||
|
|
||||||
configuration "Debug*"
|
configuration "Debug*"
|
||||||
defines { "DEBUG", "_DEBUG" }
|
defines { "DEBUG", "_DEBUG" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user