added another makepkg.conf hack
This commit is contained in:
parent
d053ef4626
commit
2dab0f82ff
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ Locale=$(echo $LANG)
|
||||||
# Making Makepkg a bit faster
|
# Making Makepkg a bit faster
|
||||||
|
|
||||||
sudo sed -i 's/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto !autodeps)/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto !autodeps)/' /etc/makepkg.conf
|
sudo sed -i 's/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto !autodeps)/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto !autodeps)/' /etc/makepkg.conf
|
||||||
|
echo 'MAKEFLAGS="-j16"' | sudo tee -a /etc/makepkg.conf
|
||||||
|
|
||||||
# Installing packages
|
# Installing packages
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue