From d722746839ffe103c161e9d382cdb2cb26c9fe30 Mon Sep 17 00:00:00 2001 From: Michal Cyprian Date: Feb 01 2016 11:48:29 +0000 Subject: Remove -g flag to prevent memory exhausted error in koji --- diff --git a/pypy.spec b/pypy.spec index 78f22c2..def9511 100644 --- a/pypy.spec +++ b/pypy.spec @@ -351,7 +351,7 @@ BuildPyPy() { # of root pointers: %global gcrootfinder_options --gcrootfinder=shadowstack - export CFLAGS=$(echo "$RPM_OPT_FLAGS") + export CFLAGS=$(echo "$RPM_OPT_FLAGS" | sed -e 's/-g//') %else # Go with the default, which is "asmgcc"