summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParide Legovini <pl@ninthfloor.org>2018-02-16 20:51:00 +0100
committerParide Legovini <pl@ninthfloor.org>2018-02-16 20:51:00 +0100
commit157b99b7a59a5bbd23157beb8fad36992ec367af (patch)
tree3c77c2532112aac5c50ea8d5430732a9479ef2de
parentc7116581bf29bd0404aa650ba459170ccd0917b4 (diff)
Do not override Debian's build flags
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a32075a..c8d0ae8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ farbfeld (3-5) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.1.3
* Bump compat level to 11, build-depend on debhelper >= 11~
+ * Use the standard Debian build flags when compiling
-- Paride Legovini <pl@ninthfloor.org> Fri, 16 Feb 2018 20:32:36 +0100
diff --git a/debian/rules b/debian/rules
index 635dcb7..7db5c99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
# https://wiki.debian.org/HardeningWalkthrough
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_CFLAGS_MAINT_APPEND = -Os -Wall -pedantic
+#export DEB_CFLAGS_MAINT_APPEND = -Os -Wall -pedantic
# --as-needed breaks the build of the package, so let's turn it off
# explicitly. This is not needed in Debian, but the default may change.