Steffen Möller pushed to branch master at Debian Med / vsearch
Commits: 88a717c4 by Steffen Moeller at 2019-08-03T13:09:08Z Added link-time optimisation - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +vsearch (2.13.6-2) UNRELEASED; urgency=medium + + * Team upload + + * Added link-time optimization. + + -- Steffen Moeller <[email protected]> Sat, 03 Aug 2019 14:59:33 +0200 + vsearch (2.13.6-1) unstable; urgency=medium * Team upload. ===================================== debian/rules ===================================== @@ -18,6 +18,8 @@ else endif export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_CXXFLAGS_MAINT_APPEND = -flto +export DEB_LDFLAGS_MAINT_APPEND = -flto %: dh $@ View it on GitLab: https://salsa.debian.org/med-team/vsearch/commit/88a717c4cd255f926bb8008e9dc2d22cd4c45914 -- View it on GitLab: https://salsa.debian.org/med-team/vsearch/commit/88a717c4cd255f926bb8008e9dc2d22cd4c45914 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
