Decrease debuginfo weight for s390x too

This commit is contained in:
serge-sans-paille 2021-05-02 19:05:31 +02:00
parent 41e2e79b74
commit 12b27392ce
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ pathfix.py -i %{__python3} -pn \
# Because of these failures, lto is disabled for now.
%global _lto_cflags %{nil}
%ifarch s390 %{arm} %ix86
%ifarch s390 s390x %{arm} %ix86
# Decrease debuginfo verbosity to reduce memory consumption during final library linking
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
%endif