diff --git a/abuild.conf b/abuild.conf index fc61f26..4ff34f1 100644 --- a/abuild.conf +++ b/abuild.conf @@ -6,9 +6,10 @@ export GOFLAGS="-buildmode=pie" # Do note that these should work with at least GDC and LDC export DFLAGS="-Os" -export JOBS=2 +export JOBS=$(nproc) export MAKEFLAGS=-j$JOBS export SAMUFLAGS=-j$JOBS +export CARGO_BUILD_JOBS=$JOBS # remove line below to disable colors USE_COLORS=1