From 4e3edf58360d1c4da79d50acdf5cf98b97ce585d Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sun, 14 Jun 2020 05:12:08 -0400 Subject: [PATCH] add arc and orc to gc list (#14653) --- doc/advopt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advopt.txt b/doc/advopt.txt index a668be5c02..e522973cdc 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