summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-02-07 16:09:46 +0100
committerAraq <rumpf_a@web.de>2013-02-07 16:09:46 +0100
commit4ee9816a7888f8f125752d75f8528c39c94d732b (patch)
tree0d2c8c823bd5a2663a721f4330a14175dc8f2851 /doc
parentab6f793408c10935bad98071bdae4009f6873d5c (diff)
downloadNim-4ee9816a7888f8f125752d75f8528c39c94d732b.tar.gz
code cleanup for mark&sweep GC
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/advopt.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index f0816ad5d..b8088bbcd 100755
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -64,7 +64,8 @@ Advanced options:
   --skipUserCfg             do not read the user's configuration file
   --skipParentCfg           do not read the parent dirs' configuration files
   --skipProjCfg             do not read the project's configuration file
-  --gc:refc|v2|boehm|none   use Nimrod's native GC|V2|Boehm GC|no GC
+  --gc:refc|v2|markAndSweep|boehm|none
+                            select the GC to use; default is 'refc'
   --index:on|off            turn index file generation on|off
   --putenv:key=value        set an environment variable
   --babelPath:PATH          add a path for Babel support