lower ram when compiling multiple jobs

This commit is contained in:
proddy
2024-03-27 19:49:09 +05:30
parent c7c17a4617
commit 52f605b118

View File

@@ -2,7 +2,7 @@
# GNUMakefile for EMS-ESP # GNUMakefile for EMS-ESP
# #
NUMJOBS=${NUMJOBS:-" -j4 "} NUMJOBS=${NUMJOBS:-" -j2 "}
MAKEFLAGS+="j " MAKEFLAGS+="j "
#---------------------------------------------------------------------- #----------------------------------------------------------------------
# Project Structure # Project Structure