Skip to content

Commit ebbde61

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

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
@@ -522,7 +522,7 @@ endif
522522
BINARYTAR=$(BINARYNAME).tar
523523
# OSX doesn't have xz installed by default, http://macpkg.sourceforge.net/
524524
XZ=$(shell which xz > /dev/null 2>&1; echo $$?)
525-
XZ_COMPRESSION ?= 9
525+
XZ_COMPRESSION ?= 9e
526526
PKG=$(TARNAME).pkg
527527
PACKAGEMAKER ?= /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker
528528
PKGDIR=out/dist-osx

0 commit comments

Comments
 (0)