[Git][haskell-team/DHG_packages][master] memory: Use -O0 on armel/armhf
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Oct 4 11:19:01 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
3f2820ab by Ilias Tsitsimpis at 2024-10-04T13:16:54+03:00
memory: Use -O0 on armel/armhf
- - - - -
2 changed files:
- p/haskell-memory/debian/changelog
- p/haskell-memory/debian/rules
Changes:
=====================================
p/haskell-memory/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-memory (0.18.0-4) unstable; urgency=medium
+
+ * Use -O0 on armel/armhf
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 04 Oct 2024 13:11:24 +0300
+
haskell-memory (0.18.0-3) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
=====================================
p/haskell-memory/debian/rules
=====================================
@@ -2,6 +2,10 @@
DEB_ENABLE_TESTS = yes
+ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf))
+ DEB_SETUP_GHC_CONFIGURE_ARGS += -O0
+endif
+
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3f2820ab45ab5228e90289f45c7e1b74f7fb5ba3
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3f2820ab45ab5228e90289f45c7e1b74f7fb5ba3
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/20241004/eae72915/attachment.htm>
More information about the Pkg-haskell-commits
mailing list