Accepting request 697638 from home:marxin:branches:GNOME:Factory

Disable LTO (boo#1133291).

OBS-URL: https://build.opensuse.org/request/show/697638
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=215
This commit is contained in:
Dominique Leuenberger 2019-04-30 09:52:11 +00:00 committed by Git OBS Bridge
parent 295aec3212
commit e6abab2a25
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 24 17:45:53 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1133291).
-------------------------------------------------------------------
Mon Apr 15 11:06:10 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -295,6 +295,7 @@ A small test browswer from webkit, useful for testing features.
%patch1 -p1
%build
%define _lto_cflags %{nil}
# Here we must muzzle our dog so it doesn't eat all the memory
max_link_jobs="%{?jobs:%{jobs}}"
max_compile_jobs="%{?jobs:%{jobs}}"