summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks/mwerks_threadsmall_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/mwerks/mwerks_threadsmall_config.h')
-rw-r--r--Mac/mwerks/mwerks_threadsmall_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_threadsmall_config.h b/Mac/mwerks/mwerks_threadsmall_config.h
index 0a64cad..83c8a3e 100644
--- a/Mac/mwerks/mwerks_threadsmall_config.h
+++ b/Mac/mwerks/mwerks_threadsmall_config.h
@@ -37,3 +37,6 @@
#define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */
#include <ansi_prefix.mac.h>
#endif
+#ifndef Py_DEBUG
+#define NDEBUG
+#endif