Skip to content

Commit

Permalink
maketgz: switch to -6e for xz
Browse files Browse the repository at this point in the history
To reduce the memory requirement for decompress, and still do almost as
good compression as with -9e.

Pointed-out-by: Dan Fandrich
  • Loading branch information
bagder committed Jun 23, 2017
1 parent 2647ad2 commit e76e452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maketgz
Original file line number Diff line number Diff line change
Expand Up @@ -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

############################################################################
#
Expand Down

0 comments on commit e76e452

Please sign in to comment.