From 51fe61beb65a01cbe4ecc7f25c541c53284822ea Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 13 Mar 2016 23:28:33 +0000 Subject: Also use threaded xz for synthesis --- modules/buildsystem/manifests/var/youri.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/buildsystem') diff --git a/modules/buildsystem/manifests/var/youri.pp b/modules/buildsystem/manifests/var/youri.pp index 025a23d2..11904fbb 100644 --- a/modules/buildsystem/manifests/var/youri.pp +++ b/modules/buildsystem/manifests/var/youri.pp @@ -251,7 +251,7 @@ class buildsystem::var::youri( 'genhdlist2' => { 'class' => 'Youri::Submit::Post::Genhdlist2', 'options' => { - 'command' => '/usr/bin/genhdlist2 --xml-info-filter ".lzma:xz -T4"', + 'command' => '/usr/bin/genhdlist2 --xml-info-filter ".lzma:xz -T4" --synthesis-filter ".cz:xz -7 -T8"', }, }, 'createrepo' => { -- cgit v1.2.1