Disable LTO for rust again due to build crashes on koji
This commit is contained in:
parent
be98fb4794
commit
a2075ecfbc
@ -627,7 +627,7 @@ chmod a-x third_party/rust/ash/src/extensions/nv/*.rs
|
|||||||
%build
|
%build
|
||||||
# Disable LTO to work around rhbz#1883904
|
# Disable LTO to work around rhbz#1883904
|
||||||
# Is that already fixed?
|
# Is that already fixed?
|
||||||
#%define _lto_cflags %{nil}
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
%if 0%{?use_bundled_cbindgen}
|
%if 0%{?use_bundled_cbindgen}
|
||||||
mkdir -p my_rust_vendor
|
mkdir -p my_rust_vendor
|
||||||
|
Loading…
Reference in New Issue
Block a user