From ec2d3700539c0286836a859bd7dcfd05fc66f182 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 22 Oct 2015 11:59:01 +0200 Subject: [PATCH] added --reportConceptFailures switch --- doc/advopt.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/advopt.txt b/doc/advopt.txt index 18a5a527bf..02849498f4 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