From 7b394db26f3ea20eb71718963c48c31ed0d74298 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Dahlstr=C3=B6m?= Date: Fri, 15 Aug 2014 11:30:29 +0300 Subject: [PATCH] Enable assertions in widgetsets built with ide.xml (#14431) Also add property to customize log level. Change-Id: I817400aec13fe2b12c382d97b404c08b06dc263a --- build/ide.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/build/ide.xml b/build/ide.xml index 1e586acc19..fff4ba911d 100755 --- a/build/ide.xml +++ b/build/ide.xml @@ -128,13 +128,17 @@ + + + - Compiling ${module} to ${module.output.dir} with parameters -logLevel TRACE -style ${style} -localWorkers ${localWorkers} -strict ${extraParams} + Compiling ${module} to ${module.output.dir} with parameters -logLevel ${logLevel} -style ${style} -localWorkers ${localWorkers} ${assertions} -strict ${extraParams} @@ -144,14 +148,14 @@ - + - + -- 2.39.5