doc: teach doc/advanced_options about NIT_GC_OPTION
authorJean Privat <jean@pryen.org>
Mon, 31 Aug 2009 21:36:11 +0000 (17:36 -0400)
committerJean Privat <jean@pryen.org>
Mon, 31 Aug 2009 21:36:11 +0000 (17:36 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

doc/advanced_options

index ae49003..814f81b 100644 (file)
@@ -1,7 +1,5 @@
 * GC **************************************************************************
 
-If Bohem's GC is available, it will be automatically used within compiled NIT
-programs.
-
-On GC enabled NIT program, GC can be dynamically disabled if the NIT_NOGC envvar is set.
+Nit programs can dynamically select a GC at runtime. Just set NIT_GC_OPTION envvar.
+Set it to "help" to list available GC at the begin of the program.