disable lto
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/gammaray?expand=0&rev=53
This commit is contained in:
parent
031f5e6783
commit
dd9d87c12f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 10 09:19:54 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Disable LTO.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 6 11:36:25 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>
|
||||
|
||||
|
@ -69,11 +69,11 @@ BuildRequires: cmake(Qt5Widgets) >= 5.5.0
|
||||
# Needed to build the user manual
|
||||
BuildRequires: libqt5-qtdoc-devel
|
||||
#
|
||||
BuildRequires: cmake(Qt5WaylandCompositor) >= 5.5.0
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: libqt5-qtscxml-private-headers-devel >= 5.8.0
|
||||
BuildRequires: cmake(KF5SyntaxHighlighting) >= 5.28.0
|
||||
BuildRequires: cmake(Qt5Scxml) >= 5.8.0
|
||||
BuildRequires: cmake(Qt5WaylandCompositor) >= 5.5.0
|
||||
|
||||
%description
|
||||
Gamma Ray is a comprehensive collection of high level introspection
|
||||
@ -94,6 +94,7 @@ frameworks in Qt. Development files.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%define _lto_cflags %{nil}
|
||||
%cmake \
|
||||
-DECM_MKSPECS_INSTALL_DIR=%{_libdir}/qt5/mkspecs/modules \
|
||||
-DQCH_INSTALL_DIR=%{_datadir}/gammaray/ \
|
||||
|
Loading…
Reference in New Issue
Block a user