diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-01-23 01:53:30 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-01-23 10:53:30 +0100 |
commit | b462baed65589365df85798f15223b3b38557f9c (patch) | |
tree | 741c3df296775cfa26fd1179b0f92748aeb5cd0e /doc | |
parent | f12bea16ad968f10ffe97591ac789ddc36984962 (diff) | |
download | Nim-b462baed65589365df85798f15223b3b38557f9c.tar.gz |
VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index d53acc111..9dd59333c 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -125,6 +125,7 @@ Advanced options: --incremental:on|off only recompile the changed modules (experimental!) --verbosity:0|1|2|3 set Nim's verbosity level (1 is default) --errorMax:N stop compilation after N errors; 0 means unlimited + --maxLoopIterationsVM:N set max iterations for all VM loops --experimental:$1 enable experimental language feature --legacy:$2 |