From 9d3a35f2c71eb2730ae2b72d0474e116609509c9 Mon Sep 17 00:00:00 2001 From: mb Date: Fri, 20 Aug 2010 14:48:59 +0000 Subject: Add an option to default the default build rule to parallel build. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22737 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index 85d3adf9f..c750a2533 100644 --- a/Config.in +++ b/Config.in @@ -247,6 +247,20 @@ menu "Global build settings" help The number of jobs (-jX) to pass to packages submake. + config PKG_DEFAULT_PARALLEL + bool + prompt "Always parallelize the default package build rule (Dangerous)" + depends on PKG_BUILD_PARALLEL + default n + help + Always set the default package build rules to parallel build. + + WARNING: This may break build or kill your cat, as it builds + packages with multiple jobs that are probably not tested in + a parallel build environment. + + Say N. Only say Y for testing. + comment "Stripping options" choice -- cgit v1.2.3