This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients lemburg, loewis, vstinner
Date 2010-03-23.18:07:35
SpamBayes Score 6.884454e-05
Marked as misclassified No
Message-id <1269367657.61.0.417546400325.issue8211@psf.upfronthosting.co.za>
In-reply-to
Content
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".
History
Date User Action Args
2010-03-23 18:07:37lemburgsetrecipients: + lemburg, loewis, vstinner
2010-03-23 18:07:37lemburgsetmessageid: <1269367657.61.0.417546400325.issue8211@psf.upfronthosting.co.za>
2010-03-23 18:07:35lemburglinkissue8211 messages
2010-03-23 18:07:35lemburgcreate