[issue13869] CFLAGS="-UNDEBUG" build failure

2014-05-13 Thread Stefan Krah
Changes by Stefan Krah : -- resolution: -> wont fix stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___

[issue13869] CFLAGS="-UNDEBUG" build failure

2012-01-25 Thread Stefan Krah
New submission from Stefan Krah : Passing -UNDEBUG as CFLAGS currently doesn't work: ./configure CFLAGS="-UNDEBUG" && make [...] libpython3.3m.a(object.o): In function `PyObject_Str': /home/stefan/pydev/cpython/Objects/object.c:441: undefined reference to `_PyUnicode_CheckConsistency' libpyth