From c3a23d665740e1c75a4ba0579e12cb0602d5c5cf Mon Sep 17 00:00:00 2001 From: David Tardon Date: Tue, 8 Mar 2016 15:05:13 +0100 Subject: [PATCH] Related: rhbz#1290148 use less memory on aarch64 --- libreoffice.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index e1c26fa..0d8ebe9 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1016,8 +1016,8 @@ for i in $RPM_OPT_FLAGS; do esac ARCH_FLAGS="$ARCH_FLAGS $i" done -%ifarch s390 -# s390 builders do not have enough memory to link the big libs with -g2 +%ifarch s390 aarch64 +# these builders typically do not have enough memory to link the big libs with -g2 ARCH_FLAGS="$ARCH_FLAGS -g1" %endif export ARCH_FLAGS