Added Dist config to premake script

This commit is contained in:
TheCherno 2022-03-31 09:56:44 +11:00
parent cb65f3d485
commit d516e66801

View File

@ -85,3 +85,8 @@ project "GLFW"
filter "configurations:Release"
runtime "Release"
optimize "on"
filter "configurations:Dist"
runtime "Release"
optimize "on"
symbols "off"