[Premake] Use a balanced set of optimizations instead of fully optimizing the binary.

This commit is contained in:
/dev/urandom 2017-02-05 16:33:56 +01:00
parent 9733262b6d
commit 9dc613b084
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -280,7 +280,7 @@ workspace "iw4x"
configuration "Release*"
defines { "NDEBUG" }
flags { "MultiProcessorCompile", "LinkTimeOptimization", "No64BitChecks" }
optimize "Full"
optimize "On"
configuration "Debug*"
defines { "DEBUG", "_DEBUG" }