We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e30f1 commit 0324cdcCopy full SHA for 0324cdc
1 file changed
PCbuild/_freeze_module.vcxproj
@@ -89,10 +89,13 @@
89
<ItemDefinitionGroup>
90
<ClCompile>
91
<PreprocessorDefinitions>Py_NO_ENABLE_SHARED;Py_BUILD_CORE;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92
+ <Optimization>Disabled</Optimization>
93
+ <WholeProgramOptimization>false</WholeProgramOptimization>
94
</ClCompile>
95
<Link>
96
<SubSystem>Console</SubSystem>
97
<AdditionalDependencies>version.lib;ws2_32.lib;pathcch.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies>
98
+ <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration>
99
</Link>
100
</ItemDefinitionGroup>
101
<ItemGroup>
0 commit comments