diff options
author | Araq <rumpf_a@web.de> | 2020-04-20 11:12:09 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-04-20 14:44:54 +0200 |
commit | 59f1462b95279dd16f9de5cb7b3de501b33756b7 (patch) | |
tree | f68f3b4cbebe3fdcc9abca9caf54910148c81db8 /doc | |
parent | 4d1149cffd56f0e316af892d54fc9da1d4fd8769 (diff) | |
download | Nim-59f1462b95279dd16f9de5cb7b3de501b33756b7.tar.gz |
remove the nilChecks switch; refs #11570
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index bc5f9948c..c877b02e9 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -24,7 +24,6 @@ Runtime checks (see -x): --floatChecks:on|off turn all floating point (NaN/Inf) checks on|off --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: |