Disable LTO on i686
Resolves: RHEL-59181
This commit is contained in:
parent
0a32941a2a
commit
4fb4e783ee
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user