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 xiang.zhang
Recipients xiang.zhang
Date 2017-01-11.16:15:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484151314.82.0.308427338149.issue29243@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.6 we get --enable-optimizations. One thing I find annoyed with this flag is that it makes some build commands compile from scratch since it always clears the environment first. For example, with the commands listed at the top of Makefile:

./configure
make 
make test
make install

It compiles 3 times and considering the optimized build needs more time every time, it lasts long.

I am not sure this is a problem and feel free to close it.
History
Date User Action Args
2017-01-11 16:15:14xiang.zhangsetrecipients: + xiang.zhang
2017-01-11 16:15:14xiang.zhangsetmessageid: <1484151314.82.0.308427338149.issue29243@psf.upfronthosting.co.za>
2017-01-11 16:15:14xiang.zhanglinkissue29243 messages
2017-01-11 16:15:14xiang.zhangcreate