aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-06 13:29:44 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-06 13:38:47 +0100
commitcbb78ab9985d83563841df098837e97623db0b19 (patch)
tree600f3216a90382fdf7006f5f2250eb2920cf6747
parenta49c24d9657471deb90a9425cabdb8d3d56f36df (diff)
debian: Do not override the CFLAGS as this can cause miscompilation
We have witnessed how the bits test got miscompiled. Do not introduce our own version of the CFLAGS but use the defaults of the debian project
-rwxr-xr-xdebian/rules2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 26d2880..aa26e09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,6 @@ DEBIAN := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2)
DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1)
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
-CFLAGS = -Wall -g
-
export DH_VERBOSE=1
%: