Fix compilation error with debug scons

The issue is that we've got hell with DEBUG and _DEBUG,
theu're defined really inconsistent acros CMake and SCons.

Used more reliable NDEBUG definition for IDP_spit.
This commit is contained in:
2014-08-11 20:58:42 +06:00
parent 0fe70b5e28
commit 3e41c8ad6f
3 changed files with 3 additions and 3 deletions

View File

@@ -1541,7 +1541,7 @@ PyObject *BPyInit_idprop(void)
}
#ifdef DEBUG
#ifndef NDEBUG
/* -------------------------------------------------------------------- */
/* debug only function */