Skip to content

Commit 8da6596

Browse files
Opt, 避免msvcp14x_static_part/vcruntime静态库生成PBD
1 parent da8388c commit 8da6596

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

msvcp14x_static_part/msvcp14x_static_part.vcxproj

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<LanguageStandard>stdcpplatest</LanguageStandard>
101101
<MultiProcessorCompilation>true</MultiProcessorCompilation>
102102
<GuardEHContMetadata>true</GuardEHContMetadata>
103+
<DebugInformationFormat>OldStyle</DebugInformationFormat>
103104
</ClCompile>
104105
<Link>
105106
<SubSystem>Windows</SubSystem>
@@ -184,6 +185,7 @@
184185
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
185186
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
186187
<GuardEHContMetadata>true</GuardEHContMetadata>
188+
<DebugInformationFormat>OldStyle</DebugInformationFormat>
187189
</ClCompile>
188190
<Link>
189191
<SubSystem>Windows</SubSystem>

vcruntime/vcruntime.vcxproj

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
9999
<LanguageStandard>stdcpp20</LanguageStandard>
100100
<GuardEHContMetadata>true</GuardEHContMetadata>
101+
<DebugInformationFormat>OldStyle</DebugInformationFormat>
101102
</ClCompile>
102103
<Link>
103104
<SubSystem>Windows</SubSystem>
@@ -160,6 +161,7 @@
160161
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
161162
<LanguageStandard>stdcpp20</LanguageStandard>
162163
<GuardEHContMetadata>true</GuardEHContMetadata>
164+
<DebugInformationFormat>OldStyle</DebugInformationFormat>
163165
</ClCompile>
164166
<Link>
165167
<SubSystem>Windows</SubSystem>

0 commit comments

Comments
 (0)