mirror of
https://github.com/s1lentq/ReGameDLL_CS.git
synced 2025-01-14 07:38:00 +03:00
Gradle: Added define NDEBUG
This commit is contained in:
parent
08798e0e14
commit
ac386fb1e3
@ -199,7 +199,7 @@ void setupToolchain(NativeBinarySpec b)
|
||||
|
||||
if (regamedllFixes)
|
||||
{
|
||||
cfg.singleDefines 'REGAMEDLL_FIXES', 'REGAMEDLL_CHECKS', 'REGAMEDLL_ADD'
|
||||
cfg.singleDefines 'REGAMEDLL_FIXES', 'REGAMEDLL_CHECKS', 'REGAMEDLL_ADD', 'NDEBUG'
|
||||
}
|
||||
|
||||
ToolchainConfigUtils.apply(project, cfg, b)
|
||||
|
Loading…
x
Reference in New Issue
Block a user