Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=b7fec86ff6434fb44ca5fc958cf3af706013ad90
commit b7fec86ff6434fb44ca5fc958cf3af706013ad90 Author: DeX77 <[email protected]> Date: Mon Sep 28 12:30:53 2015 +0200 * use multithreaded compression and higher compression level for xz diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 2650e4c..cbf4051 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -96,3 +96,6 @@ SBU="1" # Uncomment the following line if you want build time to be more "human readable." #HRBT="1" + +# Options for xz used in compression +export XZ_OPT="--threads=0 -9" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
