Disabled LTO for Clang on armv7hl due to RHBZ#1918924.
This commit is contained in:
parent
56042a8fe9
commit
f45e5d7be2
@ -8,6 +8,10 @@
|
||||
|
||||
%if %{with clang}
|
||||
%global toolchain clang
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1918924
|
||||
%ifarch %{arm}
|
||||
%global _lto_cflags %{nil}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
Name: nheko
|
||||
|
Loading…
Reference in New Issue
Block a user