diff options
Diffstat (limited to 'premake5.lua')
-rw-r--r-- | premake5.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua index 8cbcd7a..c88e9cc 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,5 +1,5 @@ workspace("Pong") - configurations {"Debug", "Release"} + configurations {"Release"} project("Pong") newaction { |