diff options
author | Araq <rumpf_a@web.de> | 2015-02-09 00:08:14 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-02-09 00:08:55 +0100 |
commit | ecd0dea091cfddacb2fb28c9fa4b716b571e8007 (patch) | |
tree | 84fd9b0fdbd7fe8f22194ce82d586a221aebcd79 /doc/advopt.txt | |
parent | 9431b734b4751b804a0e07e6fe52f29dea0b6b1c (diff) | |
download | Nim-ecd0dea091cfddacb2fb28c9fa4b716b571e8007.tar.gz |
tables work in 'const' sections; echo supports 'nil' strings; minor cleanups
Diffstat (limited to 'doc/advopt.txt')
-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 78c3d571a..ae474afc6 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -66,7 +66,6 @@ Advanced options: --threadanalysis:on|off turn thread analysis on|off --tlsEmulation:on|off turn thread local storage emulation on|off --taintMode:on|off turn taint mode on|off - --symbolFiles:on|off turn symbol files on|off (experimental) --implicitStatic:on|off turn implicit compile time evaluation on|off --patterns:on|off turn pattern matching on|off --skipCfg do not read the general configuration file |