Disable lto

This commit is contained in:
Jan Horak 2021-01-26 14:18:54 +01:00
parent 1a47be7b69
commit 83247037f7
1 changed files with 2 additions and 0 deletions

View File

@ -634,6 +634,8 @@ chmod a-x third_party/rust/ash/src/extensions/nv/*.rs
# install lightning langpacks
%build
# Disable LTO to work around rhbz#1883904
%define _lto_cflags %{nil}
ulimit -a
free
#set -e