summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
diff options
context:
space:
mode:
authortorsava <torsava@redhat.com>2017-05-05 15:35:50 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2017-05-05 15:35:50 (GMT)
commita1054c3b0037d4c2a5492e79fc193f36245366c7 (patch)
treeb8c35a169117004996d98ca1fe6aaec5efa363ca /Misc/ACKS
parentc07b3a15be5e0a68a73b4c532861ed8de6932bd2 (diff)
downloadcpython-a1054c3b0037d4c2a5492e79fc193f36245366c7.zip
cpython-a1054c3b0037d4c2a5492e79fc193f36245366c7.tar.gz
cpython-a1054c3b0037d4c2a5492e79fc193f36245366c7.tar.bz2
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
Diffstat (limited to 'Misc/ACKS')
-rw-r--r--Misc/ACKS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index fb62b5b..6f80ab7 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1120,6 +1120,7 @@ Bastien Orivel
Douglas Orr
William Orr
Michele Orrù
+Tomáš Orsava
Oleg Oshmyan
Denis S. Otkidach
Peter Otten