◐ Shell
clean mode source ↗

[2.7] bpo-29643: Fix check for --enable-optimizations by methane · Pull Request #873 · python/cpython

The presence of the ``--enable-optimizations`` flag is indicated by the
value of ``$enableval``, but the configure script was checking ``$withval``,
resulting in the ``--enable-optimizations`` flag being effectively ignored.
(cherry picked from commit 8cea592)

@methane

@methane methane deleted the backport-gh129-27 branch

March 28, 2017 16:50