debian: Testing was disabled because of a funny x86 compiler issue caused by us

The bits test will fail on Debian Stable for x86. Somehow the load
of a static const array is ending up accessing random memory. This
only happens when not using any -OX options and this is caused by
us. Do not override the default debian CFLAGS.. and the tests will
pass on debian stable.
This commit is contained in:
Holger Hans Peter Freyther 2012-11-05 21:28:03 +01:00
parent d430ef443a
commit b6cb37fec7
1 changed files with 0 additions and 5 deletions

5
debian/rules vendored
View File

@ -13,8 +13,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
%:
dh --with autoreconf $@ --fail-missing
@ -25,6 +23,3 @@ override_dh_autoreconf:
echo $(VERSION) > .tarball-version
dh_autoreconf
override_dh_auto_test:
# tests are broken...