From: Peter Korsgaard Date: Wed, 31 Mar 2010 09:05:12 +0000 (+0200) Subject: Config.in: bump default JLEVEL to 2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2bbbe05b9a5c694d154a4227956ee0b379f269f6;p=buildroot.git 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 --- diff --git a/Config.in b/Config.in index 45055782fe..4f567d0078 100644 --- 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