diff options
author | Araq <rumpf_a@web.de> | 2013-02-07 16:09:46 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-02-07 16:09:46 +0100 |
commit | 4ee9816a7888f8f125752d75f8528c39c94d732b (patch) | |
tree | 0d2c8c823bd5a2663a721f4330a14175dc8f2851 /doc | |
parent | ab6f793408c10935bad98071bdae4009f6873d5c (diff) | |
download | Nim-4ee9816a7888f8f125752d75f8528c39c94d732b.tar.gz |
code cleanup for mark&sweep GC
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/advopt.txt | 3 |
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 |