summary refs log tree commit diff stats
path: root/doc/advopt.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-10-22 11:59:01 +0200
committerAraq <rumpf_a@web.de>2015-10-22 12:14:31 +0200
commitec2d3700539c0286836a859bd7dcfd05fc66f182 (patch)
tree8d24ff4de6b9edcf83bd25d51348a91b5d7d008e /doc/advopt.txt
parente722770fbb5478e08af81603bd51576ca37abe2f (diff)
downloadNim-ec2d3700539c0286836a859bd7dcfd05fc66f182.tar.gz
added --reportConceptFailures switch
Diffstat (limited to 'doc/advopt.txt')
-rw-r--r--doc/advopt.txt3
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