Disable LTO on i686

Resolves: RHEL-59181
This commit is contained in:
Michael Catanzaro 2024-09-18 14:48:48 -05:00
parent 0a32941a2a
commit 4fb4e783ee

View File

@ -13,6 +13,11 @@
# https://skia.org/docs/user/build/#supported-and-preferred-compilers
%global toolchain clang
# We run out of memory if building with LTO enabled on i686.
%ifarch %{ix86}
%global _lto_cflags %{nil}
%endif
Name: webkit2gtk3
Version: 2.46.0
Release: 1%{?dist}