[Git][debian-gis-team/osmium-tool][master] Append -DNDEBUG to CXXFLAGS to remove buildpath from binaries.
Bas Couwenberg
gitlab at salsa.debian.org
Sun Apr 14 15:54:00 BST 2019
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 <sebastic at debian.org> 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20190414/0e353af7/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list