mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-09 14:47:02 +02:00
fix value of optimize parameter in premake5 build script (#319)
This commit is contained in:
@@ -21,4 +21,4 @@ project "OpenLara"
|
|||||||
|
|
||||||
filter "configurations:Release"
|
filter "configurations:Release"
|
||||||
defines { "NDEBUG" }
|
defines { "NDEBUG" }
|
||||||
optimize "Speed"
|
optimize "Size"
|
||||||
|
Reference in New Issue
Block a user