mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-92984: Explicitly disable incremental linking for Windows Release and PGO builds (GH-92985)
This commit is contained in:
parent
403d16fa28
commit
38feffa09c
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
Explicitly disable incremental linking for non-Debug builds
|
|
@ -18,6 +18,7 @@
|
|||
<SupportSigning Condition="'$(SupportSigning)' == ''">true</SupportSigning>
|
||||
<SupportSigning Condition="'$(Configuration)' == 'Debug'">false</SupportSigning>
|
||||
<SupportSigning Condition="'$(ConfigurationType)' == 'StaticLibrary'">false</SupportSigning>
|
||||
<LinkIncremental Condition="$(Configuration) != 'Debug'">false</LinkIncremental>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue