Debug Mode for python witj _DEBUG flag
This commit is contained in:
parent
0aeb31a2b4
commit
5bbbeff865
|
|
@ -32,6 +32,10 @@
|
|||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#ifdef _DEBUG
|
||||
#define Py_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef NO_RUNTIME_TYPES
|
||||
|
||||
#include "dtoolbase.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue