We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42dd4cd commit eb7f9d7Copy full SHA for eb7f9d7
1 file changed
PCbuild/pythoncore.vcxproj
@@ -578,7 +578,7 @@
578
<ClCompile Include="..\Objects\unicode_format.c" />
579
<ClCompile Include="..\Objects\unicodectype.c">
580
<!-- gh-153668: Temporarily disabled due to a compiler bug -->
581
- <Optimization Condition="$(Platform) == 'ARM64' and $(MSVCHasBrokenARM64UniDbOpt) == 'true'">Disabled</Optimization>
+ <Optimization Condition="$(Platform) == 'ARM64' and $(Configuration) == 'Release' and $(MSVCHasBrokenARM64UniDbOpt) == 'true'">Disabled</Optimization>
582
</ClCompile>
583
<ClCompile Include="..\Objects\unicode_formatter.c" />
584
<ClCompile Include="..\Objects\unicode_writer.c" />
0 commit comments