Disable lto as a temporary workaround

https://bugzilla.redhat.com/show_bug.cgi?id=1543912
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-02-09 16:58:00 +01:00
parent 7ffa9232c4
commit 339b0245df

View File

@ -318,7 +318,7 @@ CONFIGURE_OPTS=(
-Dusers-gid=100
-Dnobody-user=nfsnobody
-Dnobody-group=nfsnobody
-Db_lto=true
-Db_lto=false
)
%meson "${CONFIGURE_OPTS[@]}"