diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-31 11:05:12 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-03-31 11:05:12 +0200 |
commit | 2bbbe05b9a5c694d154a4227956ee0b379f269f6 (patch) | |
tree | 0311fe066edfd19bca990e986238d0284ce6178b | |
parent | 801f22b356550122ab6c8b56085150666f79900f (diff) | |
download | buildroot-novena-2bbbe05b9a5c694d154a4227956ee0b379f269f6.tar.gz buildroot-novena-2bbbe05b9a5c694d154a4227956ee0b379f269f6.zip |
Config.in: bump default JLEVEL to 2
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>
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |