From f9062463fd572ee2b65148f67131df86f35c7737 Mon Sep 17 00:00:00 2001 From: proddy Date: Thu, 31 Oct 2024 23:29:34 +0100 Subject: [PATCH] multi-thread compile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 96d80f59a..27669c141 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ # This is mainly used to generate the .o files for SonarQube analysis # -# NUMJOBS=${NUMJOBS:-" -j10 "} -# MAKEFLAGS+="j " +NUMJOBS=${NUMJOBS:-" -j10 "} +MAKEFLAGS+="j " #---------------------------------------------------------------------- # Project Structure