gc: gccx enable boehm by default
authorJean Privat <jean@pryen.org>
Fri, 15 Jun 2012 17:18:22 +0000 (13:18 -0400)
committerJean Privat <jean@pryen.org>
Fri, 15 Jun 2012 17:18:43 +0000 (13:18 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

bin/gccx

index e4ff197..7fe6717 100755 (executable)
--- a/bin/gccx
+++ b/bin/gccx
@@ -24,7 +24,7 @@ CC="cc" # Default compiler call
 ext="_savo _sav" # Default flavor to reuse
 out="a.out"  # Default output binary filename
 dir="" # Default tmp dir
-nolibgc="true" # Disable boehm libgc?
+nolibgc="false" # Disable boehm libgc?
 CKSUM="cksum" # Tool that perfors checksum. cksum seems to be very portable
 recompile="false"