diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index 6f5241c..a914f16 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 17:45:53 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133291). + ------------------------------------------------------------------- Mon Apr 15 11:06:10 UTC 2019 - Dominique Leuenberger diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 1667b2c..6c98cb9 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -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}}"