debian: Testing was disabled because of a funny x86 compiler issue caused by us
commitb6cb37fec735949711c276cab1e20b46f9e58007
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 5 Nov 2012 20:28:03 +0000 (5 21:28 +0100)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 5 Nov 2012 20:28:03 +0000 (5 21:28 +0100)
tree5ebd6e6eeb8251f3613f1d1dbace7e5e08b04ead
parentd430ef443acf02d52ed4945ef272c9f49066647c
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.
debian/rules