Disable global lto

This commit is contained in:
Martin Stransky 2020-12-09 21:46:07 +01:00
parent 1eea5d7c7f
commit 196b61c382
1 changed files with 4 additions and 2 deletions

View File

@ -534,8 +534,10 @@ chmod a-x third_party/rust/ash/src/extensions/khr/*.rs
#--------------------------------------------------------------------- #---------------------------------------------------------------------
%build %build
%if 0%{?use_bundled_cbindgen} # Disable LTO to work around rhbz#1883904
%define _lto_cflags %{nil}
%if 0%{?use_bundled_cbindgen}
mkdir -p my_rust_vendor mkdir -p my_rust_vendor
cd my_rust_vendor cd my_rust_vendor
%{__tar} xf %{SOURCE2} %{__tar} xf %{SOURCE2}
@ -550,8 +552,8 @@ EOL
env CARGO_HOME=.cargo cargo install cbindgen env CARGO_HOME=.cargo cargo install cbindgen
export PATH=`pwd`/.cargo/bin:$PATH export PATH=`pwd`/.cargo/bin:$PATH
%endif
cd - cd -
%endif
#echo "Generate big endian version of config/external/icu/data/icudt67l.dat" #echo "Generate big endian version of config/external/icu/data/icudt67l.dat"
#%if 0%{?big_endian} #%if 0%{?big_endian}