From e6b3257862a69006a408e27c6817fdc4c2e3f1f8 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Tue, 23 Jul 2024 18:39:25 -0700 Subject: [PATCH] Build nproc linux --- linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/Makefile b/linux/Makefile index 06bc30752..89f31a3da 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -34,7 +34,7 @@ all: clean download Image disassemble install dumptvs all_nosudo: clean download Image disassemble install_nosudo dumptvs_nosudo Image: - bash -c "unset LD_LIBRARY_PATH; make -C $(BUILDROOT) --jobs;" + bash -c "unset LD_LIBRARY_PATH; make -C $(BUILDROOT) --jobs ${shell nproc --ignore 1};" $(MAKE) generate install: