Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

cyclical

Author

anonymous

almost 2 years ago

Language

Nim

Compiler

nim 1.6.14

Options
Raw compiler options
--expandArc:main --mm:orc

cyclical

Author

anonymous

almost 2 years ago

b.nim
a.nim

$ 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
Exit Code:
0