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
This commit is contained in:
parent
ab9f9e2383
commit
0653efa98d
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue