Christophe Giboudeaux 2021-08-27 08:34:46 +00:00 committed by Git OBS Bridge
parent 3b51ac24a0
commit eb9c37ee3d
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 27 08:34:41 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Disable lto for ppc64 builds.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 21 14:55:25 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de> Sat Aug 21 14:55:25 UTC 2021 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -136,6 +136,10 @@ Development files.
%autosetup -p1 %autosetup -p1
%build %build
%ifarch ppc64
%define _lto_cflags %{nil}
%endif
%cmake_kf5 -d build %cmake_kf5 -d build
%cmake_build %cmake_build