Skip to content

Commit

Permalink
Added Dist config to premake script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCherno committed Mar 30, 2022
1 parent cb65f3d commit d516e66
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,8 @@ project "GLFW"
filter "configurations:Release"
runtime "Release"
optimize "on"

filter "configurations:Dist"
runtime "Release"
optimize "on"
symbols "off"

0 comments on commit d516e66

Please sign in to comment.