[med-svn] [Git][med-team/seqan2][debian/experimental] d/rules: Drop -fstack-protector; remove limit on parallelism
Michael R. Crusoe (@crusoe)
gitlab at salsa.debian.org
Wed Aug 7 16:24:38 BST 2024
Michael R. Crusoe pushed to branch debian/experimental at Debian Med / seqan2
Commits:
47eacb14 by Michael R. Crusoe at 2024-08-07T17:21:57+02:00
d/rules: Drop -fstack-protector; remove limit on parallelism
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -7,6 +7,7 @@ seqan2 (2.5.0~rc1+dfsg-1) UNRELEASED; urgency=medium
* d/rules: remove max build limit for amd64 from 2018.
* Stop building in parallel
* Skip building razers & razers3 on all architectures.
+ * d/rules: Drop -fstack-protector; remove limit on parallelism
-- Michael R. Crusoe <crusoe at debian.org> Sat, 03 Aug 2024 13:24:50 +0200
=====================================
debian/rules
=====================================
@@ -5,13 +5,11 @@ export DH_VERBOSE=1
# debian/rules: Disable fixfilepath feature, as it triggers build
# failures when enabled.
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=-fixfilepath
+# Droping -fstack-protector flag helps **drastically** reducing memory consumption when building the package!!!!
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-stackprotector reproducible=-fixfilepath
include /usr/share/dpkg/pkg-info.mk
export HOME=$(CURDIR)/fakehome
-# Droping -fstack-protector flag helps **drastically** reducing memory consumption when building the package!!!!
-# export DEB_BUILD_MAINT_OPTIONS = hardening=-stackprotector
-
include /usr/share/dpkg/architecture.mk
ifneq (,$(filter mips mipsel mips64el,$(DEB_BUILD_ARCH)))
@@ -26,7 +24,7 @@ export DEB_CFLAGS_MAINT_APPEND+=-O3
export DEB_CXXFLAGS_MAINT_APPEND+=-DNDEBUG -O3
# Disable parallel building to save memory
-MAX_PARALLEL=--max-parallel=1
+# MAX_PARALLEL=--max-parallel=1
pkgapps=seqan-apps
pkgdev=libseqan2-dev
View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/47eacb14db54e2d0a19768c21c041da089b3ed49
--
View it on GitLab: https://salsa.debian.org/med-team/seqan2/-/commit/47eacb14db54e2d0a19768c21c041da089b3ed49
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/debian-med-commit/attachments/20240807/7939b8a0/attachment-0001.htm>
More information about the debian-med-commit
mailing list