mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 02:34:36 +00:00
Added Dist configuration + optimize for speed
This commit is contained in:
parent
359bcc31d0
commit
32af069108
@ -84,9 +84,9 @@ project "GLFW"
|
|||||||
|
|
||||||
filter "configurations:Release"
|
filter "configurations:Release"
|
||||||
runtime "Release"
|
runtime "Release"
|
||||||
optimize "on"
|
optimize "speed"
|
||||||
|
|
||||||
filter "configurations:Dist"
|
filter "configurations:Dist"
|
||||||
runtime "Release"
|
runtime "Release"
|
||||||
optimize "on"
|
optimize "speed"
|
||||||
symbols "off"
|
symbols "off"
|
||||||
|
Loading…
Reference in New Issue
Block a user