Language
Nim
Compiler
nim HEAD Version 1.5.1
Options
Raw compiler options
--cc:gcc
Raw runtime options
asdf
$ nim c ./prog.nim --cc:gcc
@[(idx: 0, f0: 12), (idx: 1, f1: "1231")]
Exit Code:
0
Author
anonymous
almost 4 years ago
Nim
nim HEAD Version 1.5.1
Author
anonymous
almost 4 years ago
$ nim c ./prog.nim --cc:gcc
Hint: used config file '/opt/wandbox/nim-head/config/nim.cfg' [Conf]
Hint: used config file '/opt/wandbox/nim-head/config/config.nims' [Conf]
....
CC: stdlib_assertions.nim
CC: stdlib_io.nim
CC: stdlib_system.nim
CC: prog.nim
Hint: [Link]
Hint: 22909 lines; 0.793s; 25.719MiB peakmem; Debug build; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
@[(idx: 0, f0: 12), (idx: 1, f1: "1231")]