diff options
author | torsava <torsava@redhat.com> | 2017-05-09 16:04:29 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-05-09 16:04:29 (GMT) |
commit | a473a73d0cb42c534a3047bbf781b3c592fc33ca (patch) | |
tree | 477b36f27b3ea4d8d8d8571cebcc5381b7dfcf3d /Python/ceval.c | |
parent | 453a6857023a0a2c714772cda8717ecf03de64f5 (diff) | |
download | cpython-a473a73d0cb42c534a3047bbf781b3c592fc33ca.zip cpython-a473a73d0cb42c534a3047bbf781b3c592fc33ca.tar.gz cpython-a473a73d0cb42c534a3047bbf781b3c592fc33ca.tar.bz2 |
[2.7] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478) (#1522)
* 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.
(cherry picked from commit a1054c3b0037d4c2a5492e79fc193f36245366c7)
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions