[issue26359] CPython build options for out-of-the box performance

Brett Cannon report at bugs.python.org
Thu Apr 14 11:25:06 EDT 2016


Brett Cannon added the comment:

What if we added a --with-optimizations flag to build --with-pgo, --with-lto, and avoid having to run `make` twice thanks to `make`/`make profileopt`? That way the default build is still quick and reasonable but gain a simple way to use the right flags and avoid having to remember to run `make` twice?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26359>
_______________________________________


More information about the Python-bugs-list mailing list