Bas Couwenberg pushed to branch master at Debian GIS Project / osmium-tool
Commits: 70f7eb42 by Bas Couwenberg at 2019-04-14T14:44:58Z Append -DNDEBUG to CXXFLAGS to remove buildpath from binaries. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ osmium-tool (1.10.0-2) UNRELEASED; urgency=medium * Bump Standards-Version to 4.3.0, no changes. + * Append -DNDEBUG to CXXFLAGS to remove buildpath from binaries. -- Bas Couwenberg <[email protected]> Tue, 25 Dec 2018 22:50:08 +0100 ===================================== debian/rules ===================================== @@ -6,6 +6,9 @@ # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all +# Remove buildpath from binaries +export DEB_CXXFLAGS_MAINT_APPEND=-DNDEBUG + # Verbose make output export VERBOSE=1 View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/commit/70f7eb422b8533d6e3c8e7e2fc60b9b941c49f12 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/commit/70f7eb422b8533d6e3c8e7e2fc60b9b941c49f12 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
