Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=48a8aa6c57f98046d7000e6289f35735f3cbbc9f
commit 48a8aa6c57f98046d7000e6289f35735f3cbbc9f 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
