diff options
author | Araq <rumpf_a@web.de> | 2015-10-22 11:59:01 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-10-22 12:14:31 +0200 |
commit | ec2d3700539c0286836a859bd7dcfd05fc66f182 (patch) | |
tree | 8d24ff4de6b9edcf83bd25d51348a91b5d7d008e | |
parent | e722770fbb5478e08af81603bd51576ca37abe2f (diff) | |
download | Nim-ec2d3700539c0286836a859bd7dcfd05fc66f182.tar.gz |
added --reportConceptFailures switch
-rw-r--r-- | doc/advopt.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 18a5a527b..02849498f 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -52,6 +52,9 @@ Advanced options: --embedsrc embeds the original source code as comments in the generated output --threadanalysis:on|off turn thread analysis on|off + --reportConceptFailures:on|off + show errors for 'system.compiles' and concept + evaluation --tlsEmulation:on|off turn thread local storage emulation on|off --taintMode:on|off turn taint mode on|off --implicitStatic:on|off turn implicit compile time evaluation on|off |