mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
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…
x
Reference in New Issue
Block a user