aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-08-20 14:48:59 +0000
committerMichael Büsch <mb@bu3sch.de>2010-08-20 14:48:59 +0000
commitd8f3c30df1727a06dd4ebefe7b05f738a5c5693b (patch)
tree3c4e8d275f426ea64e3081e8958f55b695e101d1 /Config.in
parentfd1d4f96e5cca7399836b909d6eff7aeb2ee8483 (diff)
downloadmaster-187ad058-d8f3c30df1727a06dd4ebefe7b05f738a5c5693b.tar.gz
master-187ad058-d8f3c30df1727a06dd4ebefe7b05f738a5c5693b.tar.bz2
master-187ad058-d8f3c30df1727a06dd4ebefe7b05f738a5c5693b.zip
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
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 85d3adf9fd..c750a25330 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