1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-05-01 16:18:00 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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