mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-03 21:22:11 +00:00
abuild.conf: add SAMUFLAGS to honor $JOBS with samu/ninja
This commit is contained in:
parent
ba3e575d37
commit
13993e014a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user