gc: disable boehm by default
authorJean Privat <jean@pryen.org>
Fri, 28 Aug 2009 17:01:46 +0000 (13:01 -0400)
committerJean Privat <jean@pryen.org>
Fri, 28 Aug 2009 17:01:46 +0000 (13:01 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

bin/gccx

index f13a8fe..fd79311 100755 (executable)
--- a/bin/gccx
+++ b/bin/gccx
@@ -23,7 +23,7 @@ CC="gcc --ansi --pedantic -Wall -Wextra -Wformat-security -Wcast-align -Wno-unin
 ext="_savo _sav" # Default flavor to reuse
 out="a.out"  # Default output binary filename
 dir="" # Default tmp dir
-nolibgc="false" # Try to use libgc ?
+nolibgc="true" # Disable boehm libgc?
 CKSUM="cksum" # Tool that perfors checksum. cksum seems to be very portable
 
 usage()