We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ace636 commit c75502eCopy full SHA for c75502e
Project/MSVC2022/CLI/MediaInfo.vcxproj
@@ -88,6 +88,7 @@
88
<MultiProcessorCompilation>true</MultiProcessorCompilation>
89
<LanguageStandard>stdcpplatest</LanguageStandard>
90
<Optimization>Disabled</Optimization>
91
+ <GuardEHContMetadata>true</GuardEHContMetadata>
92
</ClCompile>
93
<Link>
94
<SubSystem>Console</SubSystem>
@@ -119,6 +120,7 @@
119
120
121
<EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
122
<ControlFlowGuard>Guard</ControlFlowGuard>
123
124
125
126
0 commit comments