[Git][haskell-team/DHG_packages][master] Use `-O0` and `-optcggc-min-expand=10` on alpha

John Paul Adrian Glaubitz (@glaubitz) gitlab at salsa.debian.org
Sun Mar 30 14:30:38 BST 2025



John Paul Adrian Glaubitz pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
34428a9c by John Paul Adrian Glaubitz at 2025-03-30T15:30:18+02:00
Use `-O0` and `-optcggc-min-expand=10` on alpha

- - - - -


2 changed files:

- p/haskell-src-exts/debian/changelog
- p/haskell-src-exts/debian/rules


Changes:

=====================================
p/haskell-src-exts/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-src-exts (1.23.1-6) UNRELEASED; urgency=medium
+
+  [ John Paul Adrian Glaubitz ]
+  * Use `-O0` and `-optcggc-min-expand=10` on alpha
+
+ -- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>  Sun, 30 Mar 2025 15:29:04 +0200
+
 haskell-src-exts (1.23.1-5) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0


=====================================
p/haskell-src-exts/debian/rules
=====================================
@@ -18,7 +18,7 @@ DEB_SETUP_GHC_CONFIGURE_ARGS = --ghc-options="+RTS -V0 -RTS"
 #  -- Dejan Latinovic <Dejan.Latinovic at imgtec.com>
 DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-ifneq (,$(filter $(DEB_BUILD_ARCH),armhf mips mipsel hppa m68k))
+ifneq (,$(filter $(DEB_BUILD_ARCH),armhf alpha mips mipsel hppa m68k))
        DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0 -optc--param -optcggc-min-expand=10"
 endif
 



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/34428a9c9fc94f1715f5baee4876b41eaa89ff25
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/20250330/8abc7712/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list