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

STINNER Victor report at bugs.python.org
Wed May 10 02:52:00 EDT 2017


STINNER Victor added the comment:

Xiang Zhang added the comment:
> So now we have to run make if we want to trigger the profile procedure since other make commands like make test won't trigger the procedure by itself, right?

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).

To be honest, I don't know if Makefile knows when a rebuild is needed
and how it works. To run benchmarks, I always rebuild Python from
scratch, even from an empty directory!

----------

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


More information about the Python-bugs-list mailing list