Language
Nim
Compiler
nim 1.6.8
Options
Raw compiler options
--expandArc:main --mm:orc
$ nim c ./prog.nim --expandArc:main --mm:orc
huh
yep
Exit Code:
0
Author
anonymous
almost 2 years ago
Nim
nim 1.6.8
Author
anonymous
almost 2 years ago
$ nim c ./prog.nim --expandArc:main --mm:orc
Hint: used config file '/opt/wandbox/nim-1.6.8/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.8/config/config.nims' [Conf]
..........................................................
CC: ../../opt/wandbox/nim-1.6.8/lib/std/private/digitsutils.nim
CC: ../../opt/wandbox/nim-1.6.8/lib/system/dollars.nim
CC: ../../opt/wandbox/nim-1.6.8/lib/system/io.nim
CC: ../../opt/wandbox/nim-1.6.8/lib/system.nim
CC: b.nim
CC: prog.nim
Hint: [Link]
Hint: gc: refc; opt: none (DEBUG BUILD, `-d:release` generates faster code)
26699 lines; 0.343s; 31.602MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
huh
yep