1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-09 06:36:59 +02:00

fix value of optimize parameter in premake5 build script (#319)

This commit is contained in:
Aydar Zarifullin
2021-02-06 18:27:21 +04:00
committed by GitHub
parent 84ae6dd007
commit 1f2f477130

View File

@@ -21,4 +21,4 @@ project "OpenLara"
filter "configurations:Release"
defines { "NDEBUG" }
optimize "Speed"
optimize "Size"