[issue29243] --enable-optimizations makes common build commands always need to compile from scratch

Xiang Zhang report at bugs.python.org
Wed May 10 03:22:03 EDT 2017


Xiang Zhang added the comment:

> I don't think that the patch changes the behaviour of "make": it only
> changes the behaviour of "make install" and "make test" (and a few
> others).

I don't mean "make" is changed. I mean the latter. Before, a single "make test" or "make install" will do all things for you, including the profile procedure. Now they seems not. You have to run "make" before them to trigger the profile procedure.

Actually I am quite okay with this change. But don't know others.

----------

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


More information about the Python-bugs-list mailing list