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
This commit is contained in:
Holger Hans Peter Freyther 2012-11-06 13:29:44 +01:00
parent a49c24d965
commit cbb78ab998
1 changed files with 0 additions and 2 deletions

2
debian/rules vendored
View File

@ -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
%: