diff options
Diffstat (limited to 'Mac/mwerks/mwerks_tkplugin_config.h')
-rw-r--r-- | Mac/mwerks/mwerks_tkplugin_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_tkplugin_config.h b/Mac/mwerks/mwerks_tkplugin_config.h index d0fb811..aef32fb 100644 --- a/Mac/mwerks/mwerks_tkplugin_config.h +++ b/Mac/mwerks/mwerks_tkplugin_config.h @@ -11,3 +11,6 @@ #define USE_TK /* Include _tkinter module in core Python */ #define MAC_TCL /* This *must* be on if USE_TK is on */ #define WITHOUT_FRAMEWORKS /* Use old-style Universal Header includes, not Carbon/Carbon.h */ +#ifndef Py_DEBUG +#define NDEBUG +#endif |