premake5: Switch from "Optimize" flag to premake's optimize option.
This commit is contained in:
parent
32977b448d
commit
05210099de
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user