Re-enable full debuginfo on s390x again

The previous commit should be enough to work this around sufficiently
for now.

This reverts commit d9ba8348ec.
This commit is contained in:
Kalev Lember 2023-01-19 17:17:54 +01:00
parent 2c5dd84529
commit 1b16ab2c81
1 changed files with 1 additions and 4 deletions

View File

@ -323,10 +323,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