From 12b27392ce222e7a5b998fd0f33f771ded54ebfd Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Sun, 2 May 2021 19:05:31 +0200 Subject: [PATCH] Decrease debuginfo weight for s390x too --- llvm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 622dcc9..132845a 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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