Accepting request 697634 from home:marxin:branches:devel:tools

Disable LTO (boo#1133288).

OBS-URL: https://build.opensuse.org/request/show/697634
OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=196
This commit is contained in:
Dirk Mueller 2019-04-25 12:50:06 +00:00 committed by Git OBS Bridge
parent 4168e84d97
commit e60ce74b2a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 24 17:43:06 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1133288).
-------------------------------------------------------------------
Tue Feb 19 21:54:58 UTC 2019 - Dirk Mueller <dmueller@suse.com>

View File

@ -163,6 +163,7 @@ but it has been successfully used to optimize several KDE applications.
%patch13 -p1
%build
%define _lto_cflags %{nil}
%if 0%{?suse_version} < 1320
export CC="%{_bindir}/gcc-8"
export CXX="%{_bindir}/g++-8"