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 <[email protected]> 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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
