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:
@@ -1541,7 +1541,7 @@ PyObject *BPyInit_idprop(void)
|
||||
}
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifndef NDEBUG
|
||||
/* -------------------------------------------------------------------- */
|
||||
/* debug only function */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user