1
0
Files
2016-11-30 09:03:17 +08:00

25 lines
556 B
Plaintext
Executable File

menu "Beta feature: Parallel Build"
config TCSUPPORT_PARALLEL_BUILD_KERNEL_OFF
bool "Disable parallel build kernel"
default n
help
parallel build the kernel
config TCSUPPORT_PARALLEL_BUILD_CUSTOM_JOB_NUM_ENABLE
bool "Eable custom max job number"
default n
depends !TCSUPPORT_PARALLEL_BUILD_KERNEL_OFF
help
customize maximum parallel job number
config TCSUPPORT_PARALLEL_BUILD_JOB_NUM
int "Custom max job number"
default 16
depends TCSUPPORT_PARALLEL_BUILD_CUSTOM_JOB_NUM_ENABLE
help
specify maximum parallel build job number
endmenu