[Git][haskell-team/DHG_packages][master] haskell-src-exts: build with -O0 on mips and mipsel
Clint Adams
gitlab at salsa.debian.org
Sun Apr 29 23:55:14 BST 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
2ad50b66 by Clint Adams at 2018-04-29T18:54:39-04:00
haskell-src-exts: build with -O0 on mips and mipsel
- - - - -
2 changed files:
- p/haskell-src-exts/debian/changelog
- p/haskell-src-exts/debian/rules
Changes:
=====================================
p/haskell-src-exts/debian/changelog
=====================================
--- a/p/haskell-src-exts/debian/changelog
+++ b/p/haskell-src-exts/debian/changelog
@@ -1,3 +1,9 @@
+haskell-src-exts (1.20.2-2) unstable; urgency=medium
+
+ * Build with -O0 on mips and mipsel.
+
+ -- Clint Adams <clint at debian.org> Sun, 29 Apr 2018 18:54:16 -0400
+
haskell-src-exts (1.20.2-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-src-exts/debian/rules
=====================================
--- a/p/haskell-src-exts/debian/rules
+++ b/p/haskell-src-exts/debian/rules
@@ -19,7 +19,7 @@ DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_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
ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2ad50b6609e0de80989e3ab43cda91ca03f2040a
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/2ad50b6609e0de80989e3ab43cda91ca03f2040a
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/20180429/c46ef265/attachment.html>
More information about the Pkg-haskell-commits
mailing list