From e917285b3e322d0a4e6678c266fdf521a8c091d6 Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Thu, 14 Feb 2019 16:18:03 +0000 Subject: [PATCH] Decrease debug info level for s390x --- llvm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm.spec b/llvm.spec index 32cf4de..4cc4b96 100644 --- a/llvm.spec +++ b/llvm.spec @@ -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