cyclical
Author
anonymous
over 1 year ago
Language
Nim
Compiler
nim 1.6.14
Options
Raw compiler options
--expandArc:main --mm:orc
cyclical
Author
anonymous
over 1 year 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/modulec.nim(2, 6) Hint: 'otherStuff' is declared but not used [XDeclaredButNotUsed]
.
/home/jail/moduleb.nim(2, 6) Hint: 'otherStuff' is declared but not used [XDeclaredButNotUsed]
/home/jail/prog.nim(10, 12) Warning: imported and not used: 'modulec' [UnusedImport]
/home/jail/prog.nim(10, 21) Warning: imported and not used: 'moduleb' [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: modulec.nim
CC: moduleb.nim
CC: prog.nim
Hint: [Link]
Hint: gc: refc; opt: none (DEBUG BUILD, `-d:release` generates faster code)
26714 lines; 0.365s; 31.715MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
no
no
Exit Code:
0