Language
Nim
Compiler
nim 1.2.0
Options
Raw compiler options
-d:release
-d:danger
-t:-march=native
--threads:on
$ nim c ./prog.nim -d:release -d:danger -t:-march=native --threads:on
Found 98222287 primes up to 2000000000 in 195 milliseconds.
Exit Code:
0