Marc-Andre Lemburg <m...@egenix.com> added the comment:

Setting CFLAGS is broken in Python configure system, so it's better not to rely 
on it (or to fix it, but that's a major task - the whole CFLAGS and LDFLAGS 
system used in Python's configure has over the years turned into a complete 
mess).

You should get the same result by using ./configure OPT="-O0".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8211>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to