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 zach.ware
Recipients alecsandru.patrascu, brett.cannon, gregory.p.smith, pitrou, scoder, skrah, vstinner, zach.ware
Date 2016-01-19.22:22:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453242174.01.0.973409119304.issue25702@psf.upfronthosting.co.za>
In-reply-to
Content
I'm a bit concerned that the flags are being added unconditionally to CFLAGS and LDFLAGS (when configured --with-lto), which means extensions are forced into it as well.  I think it would be better to use CFLAGS_NODIST and to add LDFLAGS_NODIST.  Unfortunately, 2.7 doesn't have even CFLAGS_NODIST; I suspect it may be time to backport that.
History
Date User Action Args
2016-01-19 22:22:54zach.waresetrecipients: + zach.ware, brett.cannon, gregory.p.smith, pitrou, scoder, vstinner, skrah, alecsandru.patrascu
2016-01-19 22:22:54zach.waresetmessageid: <1453242174.01.0.973409119304.issue25702@psf.upfronthosting.co.za>
2016-01-19 22:22:53zach.warelinkissue25702 messages
2016-01-19 22:22:53zach.warecreate