Language
Nim
Compiler
nim 1.6.6
Options
Raw compiler options
--threads:on
$ nim c ./prog.nim --threads:on
123
Exit Code:
0
Author
anonymous
almost 3 years ago
Nim
nim 1.6.6
Author
anonymous
almost 3 years ago
$ nim c ./prog.nim --threads:on
Hint: used config file '/opt/wandbox/nim-1.6.6/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-1.6.6/config/config.nims' [Conf]
................................................................
CC: stdlib_digitsutils.nim
CC: stdlib_assertions.nim
CC: stdlib_dollars.nim
CC: stdlib_sharedlist.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: prog.nim
Hint: [Link]
Hint: gc: refc; threads: on; opt: none (DEBUG BUILD, `-d:release` generates faster code)
28541 lines; 0.379s; 31.621MiB peakmem; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
123