Skip to content

Commit

Permalink
Opt, 避免msvcp14x_static_part/vcruntime静态库生成PBD
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Jan 20, 2025
1 parent 4dde376 commit b13fc82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions msvcp14x_static_part/msvcp14x_static_part.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
<LanguageStandard>stdcpplatest</LanguageStandard>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<GuardEHContMetadata>true</GuardEHContMetadata>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down Expand Up @@ -184,6 +185,7 @@
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<GuardEHContMetadata>true</GuardEHContMetadata>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down
2 changes: 2 additions & 0 deletions vcruntime/vcruntime.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<LanguageStandard>stdcpp20</LanguageStandard>
<GuardEHContMetadata>true</GuardEHContMetadata>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down Expand Up @@ -160,6 +161,7 @@
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<LanguageStandard>stdcpp20</LanguageStandard>
<GuardEHContMetadata>true</GuardEHContMetadata>
<DebugInformationFormat>OldStyle</DebugInformationFormat>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down

0 comments on commit b13fc82

Please sign in to comment.