speedo: Use multithreaded xz for w32 source

* build-aux/speedo.mk (dist-source): Add -T0 parameter to xz.
This commit is contained in:
Andre Heinecke 2019-12-19 13:13:30 +01:00
parent 4d9b262584
commit 28403cb5fe
No known key found for this signature in database
GPG Key ID: 2978E9D40CBABA5C
1 changed files with 1 additions and 1 deletions

View File

@ -1240,7 +1240,7 @@ dist-source: installer
--transform='s,^,$(INST_NAME)-$(INST_VERSION)/,' \
PLAY/stamps/stamp-*-00-unpack PLAY/src swdb.lst swdb.lst.sig ;\
[ -f "$$tarname".xz ] && rm "$$tarname".xz;\
xz "$$tarname" ;\
xz -T0 "$$tarname" ;\
)