Comment 5 for bug 586122

Revision history for this message
Max Kanat-Alexander (mkanat) wrote :

Okay, so looking over it, it's actually build with NDEBUG, and --with-pydebug is not set. Here's some python-config output:

[build@es-compy ~]$ python2.6-config --cflags
-I/usr/include/python2.6 -I/usr/include/python2.6 -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC
[build@es-compy ~]$ python2.6-config --libs
-lpthread -ldl -lutil -lm -lpython2.6