This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author awang
Recipients awang, vstinner
Date 2017-02-24.23:39:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487979542.27.0.0632777041569.issue29643@psf.upfronthosting.co.za>
In-reply-to
Content
At least when I last built Python, configure always said that optimizations were not enabled regardless of whether I passed in the flag.

From what it looked like to me, it's because configure uses the $enableval variable to store the result of the check for --enable-optimizations, but the script checks $withval
History
Date User Action Args
2017-02-24 23:39:02awangsetrecipients: + awang, vstinner
2017-02-24 23:39:02awangsetmessageid: <1487979542.27.0.0632777041569.issue29643@psf.upfronthosting.co.za>
2017-02-24 23:39:02awanglinkissue29643 messages
2017-02-24 23:39:02awangcreate