diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1998-07-01 15:49:56 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1998-07-01 15:49:56 (GMT) |
commit | f811dcab78d21e6d07222e84e347a96155ec9694 (patch) | |
tree | cb30ce0e635e5f68170b1793f8e581202e688e17 /Mac/mwerks | |
parent | d674163a0b02dc03fc2acc60451980820c3b54aa (diff) | |
download | cpython-f811dcab78d21e6d07222e84e347a96155ec9694.zip cpython-f811dcab78d21e6d07222e84e347a96155ec9694.tar.gz cpython-f811dcab78d21e6d07222e84e347a96155ec9694.tar.bz2 |
Disable malloc debug in frozen programs.
Diffstat (limited to 'Mac/mwerks')
-rw-r--r-- | Mac/mwerks/mwerks_applet_config.h | 2 |
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 |