From 9f87644dd46170efb9994a30d513cede7cc2010f Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 3 Nov 2006 19:24:12 +0000 Subject: [PATCH] disable ALTERNATIVE_MALLOC by default --- dtool/Config.pp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index c4e071af82..3cd9caaf78 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -366,7 +366,11 @@ // call anyway) or when HAVE_THREADS is not defined (since the // non-thread-safe dlmalloc is a tiny bit faster than the system // library). -#defer ALTERNATIVE_MALLOC $[or $[WINDOWS_PLATFORM],$[DO_MEMORY_USAGE],$[not $[HAVE_THREADS]]] + +// In hindsight, let's not enable this at all. It just causes +// problems. +//#defer ALTERNATIVE_MALLOC $[or $[WINDOWS_PLATFORM],$[DO_MEMORY_USAGE],$[not $[HAVE_THREADS]]] +#define ALTERNATIVE_MALLOC // Is NSPR installed, and where? This is the Netscape Portable // Runtime library, downloadable as part of the Mozilla package from