[issue31354] Fixing a bug related to LTO only build

Charalampos Stratakis report at bugs.python.org
Tue Nov 13 09:19:40 EST 2018


Charalampos Stratakis <cstratak at redhat.com> added the comment:

This change exports -flto in cflags.

You can check it with python3-config --cflags after this commit.

Which means that every c extension which will use those cflags will also utilize -flto which wasn't happening before, thus I'd say it's a regression.

----------
nosy: +cstratak

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31354>
_______________________________________


More information about the Python-bugs-list mailing list