xz settings

This commit is contained in:
Bob Mottram 2018-01-14 11:36:45 +00:00
parent ab2ba6a0eb
commit 8ddf551bc7
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ IMAGE = $(NAME).img
ARCHIVE = $(IMAGE).xz
SIGNATURE = $(ARCHIVE).sig
OWNER = 1000
XZ = xz --no-warn --best --verbose --keep
XZ = xz --no-warn --verbose --keep --threads=0 -3
SIGN = -gpg --output $(SIGNATURE) --detach-sig $(ARCHIVE)
# settings for `make test`