diff options
Diffstat (limited to 'premake5.lua')
-rw-r--r-- | premake5.lua | 4 |
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" |