mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-03 00:35:55 +00:00
Debian package: compress with -z8 only
-z9 has the problem that the compressor often runs out of memory due to a bug (e.g. on Ubuntu Zesty).
This commit is contained in:
parent
8f500f1881
commit
ba3d3ffbb4
@ -70,4 +70,4 @@ override_dh_installchangelogs:
|
||||
dh_installchangelogs NEWS.md
|
||||
|
||||
override_dh_builddeb:
|
||||
dh_builddeb -- -Zxz -z9
|
||||
dh_builddeb -- -Zxz -z8
|
||||
|
Loading…
Reference in New Issue
Block a user