diff options
Diffstat (limited to 'doc/advopt.txt')
-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 |