LTO fails only on ARM32 not all ARM archs

This commit is contained in:
Lukas Javorsky 2024-01-26 12:14:39 +00:00
parent 04529e24b2
commit 78063eb661

View File

@ -418,7 +418,7 @@ cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} \
%build
# arm build ends with out of memory error for LTO enabled build
%ifarch %arm
%ifarch %arm32
%define _lto_cflags %{nil}
%endif