Skip to content

Commit fb6cf2f

Browse files
PeterDaveHellojasnell
authored andcommitted
build: xz tarball extreme compression
PR-URL: #10626 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
1 parent 8d19391 commit fb6cf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ endif
656656
BINARYTAR=$(BINARYNAME).tar
657657
# OSX doesn't have xz installed by default, http://macpkg.sourceforge.net/
658658
XZ=$(shell which xz > /dev/null 2>&1; echo $$?)
659-
XZ_COMPRESSION ?= 9
659+
XZ_COMPRESSION ?= 9e
660660
PKG=$(TARNAME).pkg
661661
PACKAGEMAKER ?= /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker
662662
PKGDIR=out/dist-osx

0 commit comments

Comments
 (0)