Language
Nim
Compiler
nim HEAD Version 1.5.1
Options
Raw compiler options
--gc:none
--os:standalone
-d:danger
$ nim c ./prog.nim --gc:none --os:standalone -d:danger
10
20
done
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 --gc:none --os:standalone -d:danger
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_system.nim
CC: prog.nim
Hint: [Link]
Hint: 17006 lines; 0.164s; 13.371MiB peakmem; Dangerous Release build; proj: /home/jail/prog.nim; out: /home/jail/prog [SuccessX]
10
20
done