abuild.conf: add SAMUFLAGS to honor $JOBS with samu/ninja

This commit is contained in:
Rasmus Thomsen 2020-09-03 11:54:47 +02:00 committed by Natanael Copa
parent ba3e575d37
commit 13993e014a
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ export DFLAGS="-Os"
export JOBS=2
export MAKEFLAGS=-j$JOBS
export SAMUFLAGS=-j$JOBS
# remove line below to disable colors
USE_COLORS=1