Revert "Use best XZ compression for smaller images and packages"

This reverts commit 5fd54721c2.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-10-18 12:35:19 +01:00
parent 9dcfcb0039
commit 348ba8e2c5
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ else
endif
# Enable multi-threaded compression for LZMA
export XZ_OPT = --threads=0 --best
export XZ_OPT = --threads=0
###############################################################################
# Top-level Rules