summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.