Disabling lto because of rhbz#1883904

This commit is contained in:
Jan Horak 2021-01-18 10:31:18 +01:00
parent e48493561c
commit 703658a1bf

View File

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