From e72613000edc46f3f2b354a698202ac0a4a32fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20Johan=20S=C3=B8rvig?= Date: Wed, 3 Oct 2018 14:14:23 +0200 Subject: wasm: skip examples by default This removes the need for specifying "-nomake examples" on the configure line. We are using static builds; building all of the examples is too space and time consuming (especially time). Change-Id: Iff23239ca7304b1d1cf734c8bf69ad3f8ef31844 Reviewed-by: Oswald Buddenhagen Reviewed-by: Lorn Potter --- configure.json | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.json') diff --git a/configure.json b/configure.json index 522bd34e9b..7c79b5c582 100644 --- a/configure.json +++ b/configure.json @@ -1203,6 +1203,7 @@ }, "compile_examples": { "label": "Compile examples", + "autoDetect": "!config.wasm", "output": [ "privateConfig" ] }, "incredibuild_xge": { -- cgit v1.2.3