◐ Shell
clean mode source ↗

bpo-29643: Fix check for --enable-optimizations by ts826848 · Pull Request #129 · 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.

@brettcannon brettcannon changed the title configure: Fix check for --enable-optimizations bpo-29643: Fix check for --enable-optimizations

Feb 24, 2017

methane pushed a commit to methane/cpython that referenced this pull request

Mar 28, 2017
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)

vstinner pushed a commit that referenced this pull request

Mar 28, 2017
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 pushed a commit to methane/cpython that referenced this pull request

Mar 28, 2017
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)

This was referenced

Mar 28, 2017

akruis referenced this pull request in stackless-dev/stackless

Sep 5, 2017

akruis pushed a commit to akruis/cpython that referenced this pull request

Sep 9, 2017

akruis pushed a commit to akruis/cpython that referenced this pull request

Sep 9, 2017

akruis pushed a commit to akruis/cpython that referenced this pull request

Oct 10, 2017

pablogsal referenced this pull request in pablogsal/cpython

Aug 13, 2022

jaraco pushed a commit that referenced this pull request

Dec 2, 2022

lazka added a commit to lazka/cpython that referenced this pull request

Mar 2, 2023

lazka added a commit to lazka/cpython that referenced this pull request

Apr 7, 2023

This was referenced

Feb 11, 2025