[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*"
|
||||
defines { "NDEBUG" }
|
||||
flags { "MultiProcessorCompile", "LinkTimeOptimization", "No64BitChecks" }
|
||||
optimize "Full"
|
||||
optimize "On"
|
||||
|
||||
configuration "Debug*"
|
||||
defines { "DEBUG", "_DEBUG" }
|
||||
|
Loading…
Reference in New Issue
Block a user