[New-bugs-announce] [issue22261] Concurrent Build when using MsBuild

sbspider report at bugs.python.org
Sun Aug 24 02:31:27 CEST 2014


New submission from sbspider:

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.

----------
components: Build
messages: 225775
nosy: sbspider
priority: normal
severity: normal
status: open
title: Concurrent Build when using MsBuild
type: enhancement
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22261>
_______________________________________


More information about the New-bugs-announce mailing list