8000 bpo-46778: Enable multiprocess compilation for source files when buil… · python/cpython@98dd0ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 98dd0ae

Browse files
authored
bpo-46778: Enable multiprocess compilation for source files when building on Windows (GH-31390)
1 parent 2945f5a commit 98dd0ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PCbuild/pyproject.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<WholeProgramOptimization>true</WholeProgramOptimization>
4646
<ControlFlowGuard Condition="$(EnableControlFlowGuard) != ''">$(EnableControlFlowGuard)</ControlFlowGuard>
4747
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
48+
<MultiProcessorCompilation>true</MultiProcessorCompilation>
4849
</ClCompile>
4950
<ClCompile Condition="$(Configuration) == 'Debug'">
5051
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>

0 commit comments

Comments
 (0)
0