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-04-15.06:47:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460702847.05.0.0863973389586.issue26359@psf.upfronthosting.co.za>
In-reply-to
Content
--with-optimizations seems fine.

As does having the final thing the Makefile prints out when run from a configuration that did not specify any of --with-pgo, --with-lto, --with-pydebug, or --with-optimizations be to echo message reminding people to configure --with-optimizations when making a release build.

The default "./configure && make" target needs to remain optimized for CPython developer speed.  Not release builds.
History
Date User Action Args
2016-04-15 06:47:27gregory.p.smithsetrecipients: + gregory.p.smith, lemburg, brett.cannon, pitrou, scoder, vstinner, r.david.murray, skrah, zach.ware, steve.dower, alecsandru.patrascu
2016-04-15 06:47:27gregory.p.smithsetmessageid: <1460702847.05.0.0863973389586.issue26359@psf.upfronthosting.co.za>
2016-04-15 06:47:27gregory.p.smithlinkissue26359 messages
2016-04-15 06:47:26gregory.p.smithcreate