Set pacman makepkg flags

This mostly just makes sure to use all my CPU when compiling stuff.
Makes `yay` installs faster.
This commit is contained in:
Trysdyn Black 2023-06-05 22:37:44 -07:00
parent 9d86178f38
commit 1a69bfaba4

View file

@ -0,0 +1,2 @@
MAKEFLAGS="-j$(nproc)"
BUILDDIR="/tmp/pacman-build"