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 doko
Recipients Joe.Neeman, Matthias.Braun, doko, erickt, georg.brandl, loewis, sacha, terry.reedy
Date 2013-03-28.11:31:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364470294.69.0.488382559579.issue3290@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see the current behaviour as problematic. If you build python as a debug build, you get the -O0 included, if you do a normal build, you get the -Ox included.  At least this is behaviour found in other '-config' programs too.  So maybe add an option to filter out flags, but which ones?

The other issue is that it's unclear what these options are used for, to build an extension module, or to build an embedded interpreter. Not a difference maybe in cflags, but for ldflags. And this should be harmonized with the pkgconfig file too.
History
Date User Action Args
2013-03-28 11:31:34dokosetrecipients: + doko, loewis, georg.brandl, terry.reedy, erickt, sacha, Joe.Neeman, Matthias.Braun
2013-03-28 11:31:34dokosetmessageid: <1364470294.69.0.488382559579.issue3290@psf.upfronthosting.co.za>
2013-03-28 11:31:34dokolinkissue3290 messages
2013-03-28 11:31:34dokocreate