mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 14:25:23 +00:00
@@ -25,6 +25,7 @@ Runtime checks (see -x):
|
||||
--nanChecks:on|off turn NaN checks on|off
|
||||
--infChecks:on|off turn Inf checks on|off
|
||||
--nilChecks:on|off turn nil checks on|off
|
||||
--refChecks:on|off turn ref checks on|off (only for --newruntime)
|
||||
|
||||
Advanced options:
|
||||
-o:FILE, --out:FILE set the output filename
|
||||
@@ -119,6 +120,8 @@ Advanced options:
|
||||
--errorMax:N stop compilation after N errors; 0 means unlimited
|
||||
--experimental:$1
|
||||
enable experimental language feature
|
||||
--profiler:on|off Enable profiling; requires `import nimprof`, and
|
||||
--newruntime use an alternative runtime that uses destructors
|
||||
and that uses a shared heap via -d:useMalloc
|
||||
--profiler:on|off enable profiling; requires `import nimprof`, and
|
||||
works better with `--stackTrace:on`
|
||||
see also https://nim-lang.github.io/Nim/estp.html
|
||||
|
||||
Reference in New Issue
Block a user