diff options
Diffstat (limited to 'compiler/commands.nim')
-rw-r--r-- | compiler/commands.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/commands.nim b/compiler/commands.nim index b849f503d..a71dae9d9 100644 --- a/compiler/commands.nim +++ b/compiler/commands.nim @@ -542,6 +542,7 @@ proc processMemoryManagementOption(switch, arg: string, pass: TCmdLinePass, incl conf.globalOptions, optTlsEmulation # Boehm GC doesn't scan the real TLS of "refc": unregisterArcOrc(conf) + defineSymbol(conf.symbols, "gcrefc") conf.selectedGC = gcRefc of "markandsweep": unregisterArcOrc(conf) |