Added symbols and optimization

This commit is contained in:
lovely_santa 2019-07-03 11:34:28 +02:00 committed by GitHub
parent 8f16ea0392
commit 05f2147de2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,5 +67,10 @@ project "GLFW"
"_CRT_SECURE_NO_WARNINGS"
}
filter { "system:windows", "configurations:Release" }
buildoptions "/MT"
filter "configurations:Debug"
runtime "Debug"
symbols "on"
filter "configurations:Release"
runtime "Release"
optimize "on"