Commit 629bcc4f authored by Clint Adams's avatar Clint Adams
Browse files

lexer: set ggc-min-expand=10 on mips and mipsel

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

  * Set ggc-min-expand=10 on mips and mipsel.

 -- Clint Adams <clint@debian.org>  Thu, 26 Apr 2018 08:14:53 -0400

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

  [ Ilias Tsitsimpis ]
+3 −0
Original line number Diff line number Diff line
#!/usr/bin/make -f

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"
endif

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