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, r.david.murray, scoder, skrah, vstinner, zach.ware
Date 2016-01-20.05:28:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453267696.64.0.77876460006.issue25702@psf.upfronthosting.co.za>
In-reply-to
Content
Unless I'm just missing something, I don't see how introducing CFLAGS_NODIST and LDFLAGS_NODIST to 2.7 would introduce instability.  It should be a fairly non-invasive change, restricted to configure and the Makefile; both vars should usually be empty and thus builds should be entirely unaffected unless options like --with-lto are chosen.


On a separate note about the patch: as mentioned in msg251305, it's probably better to restrict adding the LTO flags to just the profile-opt targets, even with the --with-lto check.
History
Date User Action Args
2016-01-20 05:28:16zach.waresetrecipients: + zach.ware, brett.cannon, gregory.p.smith, pitrou, scoder, vstinner, r.david.murray, skrah, alecsandru.patrascu
2016-01-20 05:28:16zach.waresetmessageid: <1453267696.64.0.77876460006.issue25702@psf.upfronthosting.co.za>
2016-01-20 05:28:16zach.warelinkissue25702 messages
2016-01-20 05:28:16zach.warecreate