shell-things/conf/makepkg.conf
Mikaela Suomalainen bb8a483a3a
makepkg.conf: no compress = FASTER
Sleepy Mikaela typoed something and only noticed now...
2016-06-17 12:13:24 +03:00

6 lines
158 B
Plaintext

# Use as many jobs as there are CPU cores
MAKEFLAGS="-j$(nproc)"
# Create uncompressed packages, bigger packages, but faster build/install
PKGEXT='.pkg.tar'