premake5: Switch from "Optimize" flag to premake's optimize option.

This commit is contained in:
/dev/urandom 2016-01-03 14:58:31 +01:00
parent 32977b448d
commit 05210099de
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -59,7 +59,8 @@ solution "iw4x"
configuration "Normal" configuration "Normal"
defines { "NDEBUG" } defines { "NDEBUG" }
flags { "Optimize", "MultiProcessorCompile", "Symbols" } flags { "MultiProcessorCompile", "Symbols" }
optimize "on"
if not _OPTIONS["no-new-structure"] then if not _OPTIONS["no-new-structure"] then
vpaths { vpaths {