From a49a03489320310eeba5e4bd03bf7f2f1bc873d5 Mon Sep 17 00:00:00 2001 From: Visone-Selektah <104782896+Visone-Selektah@users.noreply.github.com> Date: Wed, 28 Sep 2022 11:59:59 +0200 Subject: [PATCH] Scratchpkg.conf xz threads option Added to scratchpkg.conf an option to use all threads with xz while compressing pkgs --- scratchpkg.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/scratchpkg.conf b/scratchpkg.conf index b336bda..1fab4f5 100644 --- a/scratchpkg.conf +++ b/scratchpkg.conf @@ -5,6 +5,7 @@ # export CFLAGS="-O2 -march=x86-64 -pipe" # export CXXFLAGS="${CFLAGS}" # export MAKEFLAGS="-j$(nproc)" +# export XZ_DEFAULTS="-T 0" # SOURCE_DIR="/var/cache/scratchpkg/sources" # PACKAGE_DIR="/var/cache/scratchpkg/packages"