diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-30 21:44:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-30 21:44:12 +0000 |
commit | 0653efa98d249504d76ed17b32a0b049a47fcd32 (patch) | |
tree | 8bfa1f3a739898bae264b31694d6089119185187 /Config.in | |
parent | ab9f9e23832528ba0c402726665168fb7632278f (diff) | |
download | openwrt-0653efa98d249504d76ed17b32a0b049a47fcd32.tar.gz openwrt-0653efa98d249504d76ed17b32a0b049a47fcd32.tar.bz2 openwrt-0653efa98d249504d76ed17b32a0b049a47fcd32.zip |
config: tag parallel build options with high build breakage probability with a BROKEN dependency to discourage users from spamming us with tickets about them
SVN-Revision: 32559
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -317,6 +317,7 @@ menu "Global build settings" bool prompt "Parallelize the default package build rule (May break build)" depends on PKG_BUILD_PARALLEL + depends on BROKEN default n help Always set the default package build rules to parallel build. @@ -332,6 +333,7 @@ menu "Global build settings" bool prompt "Parallelize the toolchain build (May break build)" depends on PKG_BUILD_PARALLEL + depends on BROKEN default n help Build the toolchain with parallel make jobs. |