Commit 6778c3ea authored by Clint Adams's avatar Clint Adams
Browse files

haskell-lexer: build with -O0 on mips and mipsel

parent 1c477b04
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-lexer (1.0.1-6) unstable; urgency=medium

  * Build with -O0 on mips and mipsel.  Thanks to Emilio Pozuelo
    Monfort.

 -- Clint Adams <clint@debian.org>  Sat, 28 Apr 2018 08:11:17 -0400

haskell-lexer (1.0.1-5) unstable; urgency=medium

  * Set ggc-min-expand=10 on mips and mipsel.
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

DEB_BUILD_DEPENDENCIES = build-arch
ifneq (,$(filter $(DEB_BUILD_ARCH),mips mipsel))
    DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="-optc--param -optcggc-min-expand=10"
    DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="-O0 -optc--param -optcggc-min-expand=10"
endif

include /usr/share/cdbs/1/rules/debhelper.mk