diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-11-22 08:23:10 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-11-22 08:40:57 +0100 |
commit | 9a4f2225ce9901191f35fbf49fdbf6a0fea793c9 (patch) | |
tree | 2dac78fa0e8bb16329f811429e2b98dcdf6f67a8 /doc/advopt.txt | |
parent | c538e1ae084ed7a1888c37b7c267449f166b9c11 (diff) | |
download | Nim-9a4f2225ce9901191f35fbf49fdbf6a0fea793c9.tar.gz |
documents --excessiveStackTrace switch
Diffstat (limited to 'doc/advopt.txt')
-rw-r--r-- | doc/advopt.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index c434391ce..991f06397 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -62,6 +62,8 @@ Advanced options: --implicitStatic:on|off turn implicit compile time evaluation on|off --patterns:on|off turn pattern matching on|off --memTracker:on|off turn memory tracker on|off + --excessiveStackTrace:on|off + stack traces use full file paths --skipCfg do not read the general configuration file --skipUserCfg do not read the user's configuration file --skipParentCfg do not read the parent dirs' configuration files |