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:
parent
9d86178f38
commit
1a69bfaba4
1 changed files with 2 additions and 0 deletions
2
.config/pacman/makepkg.conf
Normal file
2
.config/pacman/makepkg.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
MAKEFLAGS="-j$(nproc)"
|
||||
BUILDDIR="/tmp/pacman-build"
|
Loading…
Add table
Reference in a new issue