From e8bf28a0d49f8eabb56c3eed41546e0334ac6ec1 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 19 Jul 2020 21:39:16 +0800 Subject: [PATCH] try -O0 for armv7hl --- pandoc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.spec b/pandoc.spec index 2a28035..afbc128 100644 --- a/pandoc.spec +++ b/pandoc.spec @@ -231,7 +231,7 @@ This package provides the Haskell %{name} profiling library. # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=965121 # [101 of 166] Compiling Text.Pandoc.Writers.LaTeX # ghc: out of memory (requested 1048576 bytes) -%define cabal_configure_options --ghc-options="-optc--param -optcggc-min-expand=5" +%define cabal_configure_options --ghc-options="-O0" %endif %ghc_lib_build # End cabal-rpm build