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 gregory.p.smith
Recipients alecsandru.patrascu, brett.cannon, gregory.p.smith, lemburg, pitrou, r.david.murray, scoder, skrah, steve.dower, vstinner, zach.ware
Date 2016-09-06.22:40:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473201633.12.0.767069962363.issue26359@psf.upfronthosting.co.za>
In-reply-to
Content
Minor edit to avoid printing the message about --with-optimizations when doing a --with-pydebug build.  otherwise this patch works well on Ubuntu xenial 16.04 amd64.

From discussions in the CPython Core Sprint room today - we've agreed that we should just modify the configure.ac check to not enable --with-lto as part of this when on MacOS until an xcode toolchain for that to work properly on can be figured out.
History
Date User Action Args
2016-09-06 22:40:33gregory.p.smithsetrecipients: + gregory.p.smith, lemburg, brett.cannon, pitrou, scoder, vstinner, r.david.murray, skrah, zach.ware, steve.dower, alecsandru.patrascu
2016-09-06 22:40:33gregory.p.smithsetmessageid: <1473201633.12.0.767069962363.issue26359@psf.upfronthosting.co.za>
2016-09-06 22:40:33gregory.p.smithlinkissue26359 messages
2016-09-06 22:40:33gregory.p.smithcreate