Skip to content
Snippets Groups Projects
Verified Commit 319671cc authored by Morten Linderud's avatar Morten Linderud :surfer:
Browse files

makpkg.conf: remove --ultra -20

As originally proposed by Heftig.

Fixes: #23



Signed-off-by: Morten Linderud's avatarMorten Linderud <foxboron@archlinux.org>
parent c1c96218
No related branches found
No related tags found
1 merge request!19Update to 7.0.0
......@@ -144,7 +144,7 @@ LIB_DIRS=('lib:usr/lib' 'lib32:usr/lib32')
COMPRESSGZ=(gzip -c -f -n)
COMPRESSBZ2=(bzip2 -c -f)
COMPRESSXZ=(xz -c -z -)
COMPRESSZST=(zstd -c -T0 --ultra -20 -)
COMPRESSZST=(zstd -c -T0 -)
COMPRESSLRZ=(lrzip -q)
COMPRESSLZO=(lzop -q)
COMPRESSZ=(compress -c -f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment