Skip to content

Commit 506d850

Browse files
ringaboutcapocasa
authored andcommitted
rename gc to mm (nim-lang#19971)
1 parent 7b336ad commit 506d850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/msgs.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ proc genSuccessX*(conf: ConfigRef) =
677677
const debugModeHints = "none (DEBUG BUILD, `-d:release` generates faster code)"
678678
if conf.cmd in cmdBackends:
679679
if conf.backend != backendJs:
680-
build.add "gc: $#; " % $conf.selectedGC
680+
build.add "mm: $#; " % $conf.selectedGC
681681
if optThreads in conf.globalOptions: build.add "threads: on; "
682682
build.add "opt: "
683683
if optOptimizeSpeed in conf.options: build.add "speed"

0 commit comments

Comments
 (0)