[Python-checkins] [python/cpython] a1054c: bpo-29243: Fix Makefile with respect to --enable-o...

GitHub noreply at github.com
Fri May 5 11:35:52 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: a1054c3b0037d4c2a5492e79fc193f36245366c7
      https://github.com/python/cpython/commit/a1054c3b0037d4c2a5492e79fc193f36245366c7
  Author: torsava <torsava at redhat.com>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
    M Makefile.pre.in
    M Misc/ACKS
    M Misc/NEWS

  Log Message:
  -----------
  bpo-29243: Fix Makefile with respect to --enable-optimizations (#1478)

* bpo-29243: Fix Makefile with respect to --enable-optimizations

When using the Profile Guided Optimization (./configure --enable-optimizations)
Python is built not only during `make` but rebuilt again during `make test`,
`make install` and others. This patch fixes the issue.

Note that this fix produces no change at all in the Makefile if configure is
run witout --enable-optimizations.

* !squash




More information about the Python-checkins mailing list