diff --git a/system/.config/pacman/makepkg.conf b/system/.config/pacman/makepkg.conf index 5ace815..65fd880 100644 --- a/system/.config/pacman/makepkg.conf +++ b/system/.config/pacman/makepkg.conf @@ -1,2 +1,3 @@ BUILDENV=(!distcc fakeroot color ccache check !sign) -PKGEXT=".pkg.tar" \ No newline at end of file +PKGEXT=".pkg.tar" +MAKEFLAGS="-j$(nproc)" \ No newline at end of file