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 sbspider
Recipients sbspider
Date 2014-08-24.00:31:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408840287.23.0.766933762648.issue22261@psf.upfronthosting.co.za>
In-reply-to
Content
I was building the cpython code a while back, and noticed that the build system was using msbuild, when 
PCBuild\built.bad -e -d 
was ran. Upon further investigation, it seems that the /m compiler flag is not included. This flag would allow for concurrent builds, considerably speeding up the build time. Therefore, I would like to propose the addition of the /m flag to the build.bat file, so that builds on multi-core systems can be considerable accelerated.
History
Date User Action Args
2014-08-24 00:31:27sbspidersetrecipients: + sbspider
2014-08-24 00:31:27sbspidersetmessageid: <1408840287.23.0.766933762648.issue22261@psf.upfronthosting.co.za>
2014-08-24 00:31:27sbspiderlinkissue22261 messages
2014-08-24 00:31:26sbspidercreate