diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-20 16:03:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-06-20 16:03:04 +0200 |
commit | 69d7905427d5b58e94d99b07e722d9b876f76edd (patch) | |
tree | 63bdb539d640dd690dd13fa3f6d9d9c50f76391e | |
parent | 9ae6155eb43ca7f6bd6b7d49d3e85544367e5622 (diff) |
Use max compression level (-9) in stage script
-rwxr-xr-x | stage | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -158,9 +158,11 @@ if [ "$script_only" != true ]; then # rm -f "$owd/$dist_src/$v"/build2-toolchain-* + XZ_OPT=-9 \ + GZIP_OPT=-9 \ b dist: build2-toolchain-default/ \ "config.dist.archives=$owd/$dist_src/$v/tar.xz $owd/$dist_src/$v/tar.gz" \ - config.dist.checksums=sha256 + config.dist.checksums=sha256 fi tv="$(echo "$owd/$dist_src/$v"/build2-toolchain-*.tar.gz | sed -re 's#.*/build2-toolchain-(.+).tar.gz#\1#')" |