summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1998-07-01 15:49:56 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1998-07-01 15:49:56 (GMT)
commitf811dcab78d21e6d07222e84e347a96155ec9694 (patch)
treecb30ce0e635e5f68170b1793f8e581202e688e17
parentd674163a0b02dc03fc2acc60451980820c3b54aa (diff)
downloadcpython-f811dcab78d21e6d07222e84e347a96155ec9694.zip
cpython-f811dcab78d21e6d07222e84e347a96155ec9694.tar.gz
cpython-f811dcab78d21e6d07222e84e347a96155ec9694.tar.bz2
Disable malloc debug in frozen programs.
-rw-r--r--Mac/mwerks/mwerks_applet_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/mwerks/mwerks_applet_config.h b/Mac/mwerks/mwerks_applet_config.h
index 59bc187..3cf3f45 100644
--- a/Mac/mwerks/mwerks_applet_config.h
+++ b/Mac/mwerks/mwerks_applet_config.h
@@ -20,7 +20,7 @@
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
#define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
/* #define USE_MAC_DYNAMIC_LOADING /* Enable dynamically loaded modules */
-#define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
+/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
#define USE_GDBM /* Include the gdbm module */
#define USE_ZLIB /* Include the zlib module */
#ifdef __powerc