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 | fd52ba43a16cf0ec34fc03a2989737db1fabab17 (patch) | |
tree | 5d8d1a5f9fabfe2bc51a8a4521de59e442efcd77 /Config.in | |
parent | f402383bf3683925703ba23954928b58c324ccfb (diff) | |
download | master-187ad058-fd52ba43a16cf0ec34fc03a2989737db1fabab17.tar.gz master-187ad058-fd52ba43a16cf0ec34fc03a2989737db1fabab17.tar.bz2 master-187ad058-fd52ba43a16cf0ec34fc03a2989737db1fabab17.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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32559 3c298f89-4303-0410-b956-a3cf2f4a3e73
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. |