cdrom: Use -8 as compression parameter

This is a better compromise on memory usage and file size

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-10-17 21:16:41 +01:00
parent 5fd54721c2
commit 77ad762c43
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 -8
###############################################################################
# Top-level Rules