[Git][haskell-team/DHG_packages][master] haskell-lexer: build with -O0 on mips and mipsel

Clint Adams gitlab at salsa.debian.org
Sat Apr 28 14:24:10 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
6778c3ea by Clint Adams at 2018-04-28T09:23:06-04:00
haskell-lexer: build with -O0 on mips and mipsel

- - - - -


2 changed files:

- p/haskell-lexer/debian/changelog
- p/haskell-lexer/debian/rules


Changes:

=====================================
p/haskell-lexer/debian/changelog
=====================================
--- a/p/haskell-lexer/debian/changelog
+++ b/p/haskell-lexer/debian/changelog
@@ -1,3 +1,10 @@
+haskell-lexer (1.0.1-6) unstable; urgency=medium
+
+  * Build with -O0 on mips and mipsel.  Thanks to Emilio Pozuelo
+    Monfort.
+
+ -- Clint Adams <clint at 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.


=====================================
p/haskell-lexer/debian/rules
=====================================
--- a/p/haskell-lexer/debian/rules
+++ b/p/haskell-lexer/debian/rules
@@ -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



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6778c3ea27a6fdb8c412b5a641bae302f1193018

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/6778c3ea27a6fdb8c412b5a641bae302f1193018
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180428/686c8d27/attachment.html>


More information about the Pkg-haskell-commits mailing list