diff options
author | Andy Davidoff <disruptek@users.noreply.github.com> | 2020-06-14 05:12:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-14 11:12:08 +0200 |
commit | 4e3edf58360d1c4da79d50acdf5cf98b97ce585d (patch) | |
tree | 252eb8239ef73ee5f0764b9106e91f8dc29649de /doc | |
parent | 0fc5d3f13beb13b4bd5a6174a2f2b00d14d862fb (diff) | |
download | Nim-4e3edf58360d1c4da79d50acdf5cf98b97ce585d.tar.gz |
add arc and orc to gc list (#14653)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index a668be5c0..e522973cd 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -113,7 +113,7 @@ Advanced options: --skipUserCfg:on|off do not read the user's configuration file --skipParentCfg:on|off do not read the parent dirs' configuration files --skipProjCfg:on|off do not read the project's configuration file - --gc:refc|markAndSweep|boehm|go|none|regions + --gc:refc|arc|orc|markAndSweep|boehm|go|none|regions select the GC to use; default is 'refc' --exceptions:setjmp|cpp|goto|quirky select the exception handling implementation |