Decrease debug info level for s390x

This commit is contained in:
serge-sans-paille 2019-02-14 16:18:03 +00:00
parent 317b7917e6
commit e917285b3e
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ sed -i 's~@TOOLS_DIR@~%{llvm_bindir}~' %{SOURCE1}
mkdir -p _build
cd _build
%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