From f8253897cd461d74aea626efcb703f3e67306479 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 28 Aug 2014 18:52:17 +0200 Subject: by default use 4 jobs in parallel --- target/config/Config.in.adk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/config/Config.in.adk') diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk index 775df9395..dabcc1bd0 100644 --- a/target/config/Config.in.adk +++ b/target/config/Config.in.adk @@ -64,11 +64,12 @@ config ADK_MAKE_JOBS config ADK_MAKE_PARALLEL prompt "Enable parallel building of packages" boolean + default y config ADK_MAKE_JOBS prompt "How many jobs to use" int - default 2 + default 4 depends on ADK_MAKE_PARALLEL help The number specified here will be passed to make as N in '-jN' -- cgit v1.2.3