Browse Source

by default use 4 jobs in parallel

Waldemar Brodkorb 9 years ago
parent
commit
f8253897cd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      target/config/Config.in.adk

+ 2 - 1
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'