Disable LTO for rust again due to build crashes on koji

This commit is contained in:
Martin Stransky 2023-07-20 11:22:32 +02:00
parent be98fb4794
commit a2075ecfbc

View File

@ -627,7 +627,7 @@ chmod a-x third_party/rust/ash/src/extensions/nv/*.rs
%build
# Disable LTO to work around rhbz#1883904
# Is that already fixed?
#%define _lto_cflags %{nil}
%define _lto_cflags %{nil}
%if 0%{?use_bundled_cbindgen}
mkdir -p my_rust_vendor