Enable zst compression
Resolves #9 Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ef83abccf1
commit
20904a8c22
1 changed files with 5 additions and 2 deletions
|
@ -2,8 +2,11 @@
|
|||
BUILDENV=(!distcc fakeroot color ccache check !sign)
|
||||
|
||||
# Use the lozop algorithm for compression
|
||||
PKGEXT=".pkg.tar.lzo"
|
||||
SRCEXT=".src.tar.lzo"
|
||||
PKGEXT=".pkg.tar.zst"
|
||||
SRCEXT=".src.tar.zst"
|
||||
|
||||
# Compression settings
|
||||
COMPRESSZST=(zstd -c -T0 -18 -)
|
||||
|
||||
# Use multiple threads for compiling
|
||||
MAKEFLAGS="-j$(nproc)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue