From e76e452410875b66e0bba1390f0dacf918a82a21 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 24 Jun 2017 00:04:58 +0200 Subject: maketgz: switch to -6e for xz To reduce the memory requirement for decompress, and still do almost as good compression as with -9e. Pointed-out-by: Dan Fandrich --- maketgz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maketgz') diff --git a/maketgz b/maketgz index 119ba8372..e377c9b73 100755 --- a/maketgz +++ b/maketgz @@ -176,7 +176,7 @@ gzip -dc $targz | bzip2 --best > $bzip2 xz="curl-$version.tar.xz" echo "Generating $xz" -gzip -dc $targz | xz -9e - > $xz +gzip -dc $targz | xz -6e - > $xz ############################################################################ # -- cgit v1.2.3