I use this in my /etc/sbopkg/sbopkg.conf:
Code:
CORES=`nproc`
JOBS=`echo "$CORES + 1" | bc`
export MAKEFLAGS="-j${JOBS}"
You may need to override this with certain Slackbuilds:
Code:
$ cat /var/lib/sbopkg/queues/avr-libc.sqf
@avr-gcc
avr-libc | MAKEFLAGS='-j1'