default use 2 cpu to build

This commit is contained in:
2025-11-14 01:39:37 +08:00
parent 2eab8e62dc
commit b320e9fe8b

View File

@ -64,7 +64,8 @@ ALL_CBB_CLEAN_TARGETS += sle_clean
endif
# cpu counts
CPU_NUM := $(shell nproc)
#CPU_NUM := $(shell nproc)
CPU_NUM := 2
.PHONY: wifi platform ble sle ini hso tools menuconfig ble_android full_build all clean