try -O0 for armv7hl

epel9
Jens Petersen 5 years ago
parent c7e112910c
commit e8bf28a0d4

@ -231,7 +231,7 @@ This package provides the Haskell %{name} profiling library.
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=965121 # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=965121
# [101 of 166] Compiling Text.Pandoc.Writers.LaTeX # [101 of 166] Compiling Text.Pandoc.Writers.LaTeX
# ghc: out of memory (requested 1048576 bytes) # 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 %endif
%ghc_lib_build %ghc_lib_build
# End cabal-rpm build # End cabal-rpm build

Loading…
Cancel
Save