summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/premake5.lua b/premake5.lua
index a90e6837..68a08a1a 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -66,4 +66,8 @@ project "re3"
defines { "NDEBUG" }
optimize "On"
staticruntime "on"
+ filter "configurations:DebugCI"
+ defines { "DEBUG" }
+ staticruntime "on"
+ symbols "On"