diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-28 18:52:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-29 10:54:42 +0200 |
commit | f8253897cd461d74aea626efcb703f3e67306479 (patch) | |
tree | eb671c82c620cd029382c49b9f73b57ad21d7f14 /target/config | |
parent | b8b8b20263dcab19e0052469db2aa3924ea3592d (diff) |
by default use 4 jobs in parallel
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.adk | 3 |
1 files changed, 2 insertions, 1 deletions
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' |