mirror of
https://github.com/glfw/glfw.git
synced 2025-04-20 23:52:51 +00:00
Added symbols and optimization
This commit is contained in:
parent
8f16ea0392
commit
05f2147de2
@ -67,5 +67,10 @@ project "GLFW"
|
|||||||
"_CRT_SECURE_NO_WARNINGS"
|
"_CRT_SECURE_NO_WARNINGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
filter { "system:windows", "configurations:Release" }
|
filter "configurations:Debug"
|
||||||
buildoptions "/MT"
|
runtime "Debug"
|
||||||
|
symbols "on"
|
||||||
|
|
||||||
|
filter "configurations:Release"
|
||||||
|
runtime "Release"
|
||||||
|
optimize "on"
|
||||||
|
Loading…
Reference in New Issue
Block a user