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
T
torsava committed
a1054c3b0037d4c2a5492e79fc193f36245366c7
Parent: c07b3a1
Committed by Victor Stinner <victor.stinner@gmail.com>
on 5/5/2017, 3:35:50 PM