Disabled LTO for Clang on armv7hl due to RHBZ#1918924.

This commit is contained in:
Vitaly Zaitsev 2021-01-22 14:49:04 +01:00
parent 56042a8fe9
commit f45e5d7be2
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A
1 changed files with 4 additions and 0 deletions

View File

@ -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