diff options
author | torsava <torsava@redhat.com> | 2017-05-09 14:05:10 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-05-09 14:05:10 (GMT) |
commit | 03b8a378dfa46372b96790f82c85e9b72518f1bf (patch) | |
tree | a821d6b0ab19c66ffbc7bf756a139ecee2ad842e /Misc/ACKS | |
parent | 72e1b61da0920c5607481304879e039b63e2a3d5 (diff) | |
download | cpython-03b8a378dfa46372b96790f82c85e9b72518f1bf.zip cpython-03b8a378dfa46372b96790f82c85e9b72518f1bf.tar.gz cpython-03b8a378dfa46372b96790f82c85e9b72518f1bf.tar.bz2 |
[3.6] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478) (#1518)
* 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
(cherry picked from commit a1054c3b0037d4c2a5492e79fc193f36245366c7)
* [3.6] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-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.
(cherry picked from commit a1054c3b0037d4c2a5492e79fc193f36245366c7)
Diffstat (limited to 'Misc/ACKS')
-rw-r--r-- | Misc/ACKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1114,6 +1114,7 @@ Jason Orendorff Douglas Orr William Orr Michele Orrù +Tomáš Orsava Oleg Oshmyan Denis S. Otkidach Peter Otten |