diff options
Diffstat (limited to 'drnim')
-rw-r--r-- | drnim/drnim.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drnim/drnim.nim b/drnim/drnim.nim index f2a20fa62..44eab8625 100644 --- a/drnim/drnim.nim +++ b/drnim/drnim.nim @@ -1271,7 +1271,7 @@ proc handleCmdLine(cache: IdentCache; conf: ConfigRef) = mainCommand(graph) if conf.hasHint(hintGCStats): echo(GC_getStatistics()) -when compileOption("gc", "v2") or compileOption("gc", "refc"): +when compileOption("gc", "refc"): # the new correct mark&sweep collector is too slow :-/ GC_disableMarkAndSweep() |