diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-08-20 14:48:59 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-08-20 14:48:59 +0000 |
commit | fde498904f0a4b9fc51902d687b4590c99870e6b (patch) | |
tree | 6a521d0ba4f764663f7359b00033a0fd55ccd5f5 /Config.in | |
parent | cdff144a647f2674f4c8e83c8ebaaeb4f211b337 (diff) | |
download | upstream-fde498904f0a4b9fc51902d687b4590c99870e6b.tar.gz upstream-fde498904f0a4b9fc51902d687b4590c99870e6b.tar.bz2 upstream-fde498904f0a4b9fc51902d687b4590c99870e6b.zip |
Add an option to default the default build rule to parallel build.
SVN-Revision: 22737
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |