cyclical
Language
Nim
Compiler
nim 1.6.14
Options
Raw compiler options
--expandArc:main --mm:orc
cyclical
$ nim c ./prog.nim --expandArc:main --mm:orc
55
Exit Code:
0
Author
anonymous
almost 2 years ago
Nim
nim 1.6.14
Author
anonymous
almost 2 years ago
$ nim c ./prog.nim --expandArc:main --mm:orc
Hint: used config file '/opt/wandbox/nim-1.6.14/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.14/config/config.nims' [Conf]
............................................................
/home/jail/prog.nim(1, 8) Warning: imported and not used: 'a' [UnusedImport]
CC: ../../opt/wandbox/nim-1.6.14/lib/std/private/digitsutils.nim
CC: ../../opt/wandbox/nim-1.6.14/lib/system/dollars.nim
CC: ../../opt/wandbox/nim-1.6.14/lib/system/io.nim
CC: ../../opt/wandbox/nim-1.6.14/lib/system.nim
CC: b.nim
CC: a.nim
CC: prog.nim
Hint: [Link]
Hint: gc: refc; opt: none (DEBUG BUILD, `-d:release` generates faster code)
26704 lines; 0.344s; 31.715MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
55