[commit: ghc] master: Use default xz compression level (91a56e9)

git at git.haskell.org git at git.haskell.org
Fri Feb 5 14:28:58 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/91a56e9de1e4e0487af7b3610531b81a74205959/ghc

>---------------------------------------------------------------

commit 91a56e9de1e4e0487af7b3610531b81a74205959
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Feb 5 13:37:05 2016 +0100

    Use default xz compression level
    
    -9e is crazy expensive for very little pay-off. See
    http://smart-cactus.org/~ben/posts/2016-02-04-compression-comparison.html
    for details.


>---------------------------------------------------------------

91a56e9de1e4e0487af7b3610531b81a74205959
 mk/config.mk.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/config.mk.in b/mk/config.mk.in
index 94ba5d7..e3afde2 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -772,7 +772,7 @@ PATCH_CMD      = @PatchCmd@
 TAR_CMD        = @TarCmd@
 BZIP2_CMD      = bzip2
 GZIP_CMD       = gzip
-XZ_CMD         = xz -9e
+XZ_CMD         = xz
 
 # xz is default compression
 TAR_COMP      ?= xz



More information about the ghc-commits mailing list