[issue29641] Missing _sysconfig_data when building+installating Python using PGO+LTO

STINNER Victor report at bugs.python.org
Fri Feb 24 10:33:31 EST 2017


STINNER Victor added the comment:

Ok, I confirm that it's possible to compile and install Python using PGO+LTO without --enable-optimizatioins:

cd ~/cpython
make distclean ||:
./configure --with-lto --prefix=/home/haypo/installed/3.7
make clean
make profile-opt
make install

----------

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


More information about the Python-bugs-list mailing list