mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 02:34:36 +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"
|
||||
}
|
||||
|
||||
filter { "system:windows", "configurations:Release" }
|
||||
buildoptions "/MT"
|
||||
filter "configurations:Debug"
|
||||
runtime "Debug"
|
||||
symbols "on"
|
||||
|
||||
filter "configurations:Release"
|
||||
runtime "Release"
|
||||
optimize "on"
|
||||
|
Loading…
Reference in New Issue
Block a user