mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
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
This commit is contained in:
parent
8096c8d9bf
commit
7b71f99fda
@ -317,6 +317,7 @@ menu "Global build settings"
|
|||||||
bool
|
bool
|
||||||
prompt "Parallelize the default package build rule (May break build)"
|
prompt "Parallelize the default package build rule (May break build)"
|
||||||
depends on PKG_BUILD_PARALLEL
|
depends on PKG_BUILD_PARALLEL
|
||||||
|
depends on BROKEN
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Always set the default package build rules to parallel build.
|
Always set the default package build rules to parallel build.
|
||||||
@ -332,6 +333,7 @@ menu "Global build settings"
|
|||||||
bool
|
bool
|
||||||
prompt "Parallelize the toolchain build (May break build)"
|
prompt "Parallelize the toolchain build (May break build)"
|
||||||
depends on PKG_BUILD_PARALLEL
|
depends on PKG_BUILD_PARALLEL
|
||||||
|
depends on BROKEN
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Build the toolchain with parallel make jobs.
|
Build the toolchain with parallel make jobs.
|
||||||
|
Loading…
Reference in New Issue
Block a user