Define _DEBUG to 1 to do exactly like /LDd, /MDd or /MTd compiler options
This commit is contained in:
parent
dd3d04a2f2
commit
711ae14541
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
/* Use debug wrappers with the Python release dll */
|
||||
# undef _DEBUG
|
||||
# include <Python.h>
|
||||
# define _DEBUG
|
||||
# define _DEBUG 1
|
||||
#else
|
||||
# include <Python.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue