Gradle: Added define NDEBUG

This commit is contained in:
s1lentq 2016-01-19 23:43:27 +06:00
parent 08798e0e14
commit ac386fb1e3

View File

@ -199,7 +199,7 @@ void setupToolchain(NativeBinarySpec b)
if (regamedllFixes) if (regamedllFixes)
{ {
cfg.singleDefines 'REGAMEDLL_FIXES', 'REGAMEDLL_CHECKS', 'REGAMEDLL_ADD' cfg.singleDefines 'REGAMEDLL_FIXES', 'REGAMEDLL_CHECKS', 'REGAMEDLL_ADD', 'NDEBUG'
} }
ToolchainConfigUtils.apply(project, cfg, b) ToolchainConfigUtils.apply(project, cfg, b)