From a45f88d01ccf5cb44c805da793a3070d6629724c Mon Sep 17 00:00:00 2001
From: Chizi123 <joelgrun@gmail.com>
Date: Sun, 14 Jul 2019 09:10:59 +0000
Subject: [PATCH] Added parallel compression and limited number of old packages

---
 README.org |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.org b/README.org
index 8d13769..2157bd3 100755
--- a/README.org
+++ b/README.org
@@ -10,6 +10,8 @@
 Be sure to sign in to git in the chroot and set ~git config --global credential.helper store~, with an appropriate remote repository.
 
 You may also want to set ~MAKEFLAGS="-j$(nproc)"~ within the chroot to enable parallel compilation.
+For xz compression, add the ~--threads=0~ option to COMPRESSXZ such that it reads ~COMPRESSXZ=(xz -c -z - --threads=0)~.
+ccache may be useful to decrease the times of git packages, due to the little changes.
 
 Script coming soon.
 * Usage

--
Gitblit v1.9.3