mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 02:34:36 +00:00
Added Dist config to premake script
This commit is contained in:
parent
cb65f3d485
commit
d516e66801
@ -85,3 +85,8 @@ project "GLFW"
|
|||||||
filter "configurations:Release"
|
filter "configurations:Release"
|
||||||
runtime "Release"
|
runtime "Release"
|
||||||
optimize "on"
|
optimize "on"
|
||||||
|
|
||||||
|
filter "configurations:Dist"
|
||||||
|
runtime "Release"
|
||||||
|
optimize "on"
|
||||||
|
symbols "off"
|
Loading…
Reference in New Issue
Block a user