aboutsummaryrefslogtreecommitdiff
path: root/Premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Premake5.lua')
-rw-r--r--Premake5.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/Premake5.lua b/Premake5.lua
index ad996d5..957ed36 100644
--- a/Premake5.lua
+++ b/Premake5.lua
@@ -23,8 +23,6 @@ solution 'StormLib'
'src/zlib/compress.c',
}
- includedirs { "include" }
-
filter 'configurations:Debug*'
flags { 'Symbols' }
defines { '_DEBUG' }