diff options
author | Araq <rumpf_a@web.de> | 2011-10-20 09:06:05 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-10-20 09:06:05 +0200 |
commit | 7ebaf44897c0e2b0229654cc110b751f54275edb (patch) | |
tree | deb225bae1869345523f34dd3e420efdb8cd3d6f /doc | |
parent | 69e0acb761146fea8ab8df4bc5eae128b90cbdc5 (diff) | |
download | Nim-7ebaf44897c0e2b0229654cc110b751f54275edb.tar.gz |
bugfixes for ROD file generation; nimcache dir is now flat
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/advopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index fd569da6d..46ac7a07a 100755 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -41,6 +41,7 @@ Advanced options: --lineDir:on|off generation of #line directive on|off --threadanalysis:on|off turn thread analysis on|off --taintMode:on|off turn taint mode on|off + --symbolFiles:on|off turn symbol files on|off (experimental) --skipCfg do not read the general configuration file --skipProjCfg do not read the project's configuration file --gc:refc|boehm|none use Nimrod's native GC|Boehm GC|no GC |