mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
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
This commit is contained in:
parent
2647ad2fe6
commit
e76e452410
2
maketgz
2
maketgz
@ -176,7 +176,7 @@ gzip -dc $targz | bzip2 --best > $bzip2
|
|||||||
|
|
||||||
xz="curl-$version.tar.xz"
|
xz="curl-$version.tar.xz"
|
||||||
echo "Generating $xz"
|
echo "Generating $xz"
|
||||||
gzip -dc $targz | xz -9e - > $xz
|
gzip -dc $targz | xz -6e - > $xz
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user