projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
801f22b
)
Config.in: bump default JLEVEL to 2
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 31 Mar 2010 09:05:12 +0000
(11:05 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 31 Mar 2010 09:05:12 +0000
(11:05 +0200)
With multicores everywhere, 2 is probably a bit low - But atleast it's
better than the current default.
This extra parallelism also ensures we get to test the make dependencies
a bit more.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 45055782fe462285323ecc3d21e37d0cb4990a40..4f567d00786a445d35ca0af21c3bd73977200fdd 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-132,7
+132,7
@@
config BR2_GNU_TARGET_SUFFIX
config BR2_JLEVEL
int "Number of jobs to run simultaneously"
- default "
1
"
+ default "
2
"
help
Number of jobs to run simultaneously