From ca90fef86ecbfae4b667c394e4e712ec04ca8d6f Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 13 Jan 2023 12:54:44 +0100 Subject: [PATCH] Re-enable full debuginfo on s390x We now have two beefier s390x builders in the heavybuilder channel that should handle building it fine. https://pagure.io/fedora-infrastructure/issue/11000 --- webkitgtk.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/webkitgtk.spec b/webkitgtk.spec index 751f4d4..4ab3e3f 100644 --- a/webkitgtk.spec +++ b/webkitgtk.spec @@ -309,10 +309,7 @@ files for developing applications that use JavaScript engine from webkit2gtk-4.0 # Reduce debuginfo verbosity 32-bit builds to reduce memory consumption even more. # https://bugs.webkit.org/show_bug.cgi?id=140176 # https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/I6IVNA52TXTBRQLKW45CJ5K4RA4WNGMI/ -# -# Do this for s390x too as a temporary measure. -# https://pagure.io/fedora-infrastructure/issue/11000 -%ifarch %{ix86} s390x +%ifarch %{ix86} %global optflags %(echo %{optflags} | sed 's/-g /-g1 /') %endif