From 8ca3442fe7d5f9d33b3300857da059ec176ce042 Mon Sep 17 00:00:00 2001 From: "beard%netscape.com" Date: Thu, 30 Sep 1999 05:15:53 +0000 Subject: [PATCH] reconfigured for large heaps, to increase # of root sets. git-svn-id: svn://10.0.0.236/trunk@49406 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/gc/boehm/macbuild/MacOS_config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/gc/boehm/macbuild/MacOS_config.h b/mozilla/gc/boehm/macbuild/MacOS_config.h index e5dd273ad87..0e8ce9ef917 100644 --- a/mozilla/gc/boehm/macbuild/MacOS_config.h +++ b/mozilla/gc/boehm/macbuild/MacOS_config.h @@ -33,6 +33,7 @@ #define NO_SIGNALS // signals aren't real on the Macintosh. #define USE_TEMPORARY_MEMORY // use Macintosh temporary memory. #define FIND_LEAK // use as a leak detector. +#define LARGE_CONFIG // try a big heap, for fun. // CFLAGS= -O -DNO_SIGNALS -DSILENT -DALL_INTERIOR_POINTERS //