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 5e25fe4 commit 3ec163cCopy full SHA for 3ec163c
jsonh_cpp/jsonh_cpp.vcxproj
@@ -116,6 +116,7 @@
116
<LanguageStandard_C>stdc17</LanguageStandard_C>
117
<GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
118
<AdditionalOptions>/utf-8</AdditionalOptions>
119
+ <ExceptionHandling>false</ExceptionHandling>
120
</ClCompile>
121
<Link>
122
<SubSystem>
jsonh_cpp_tests/jsonh_cpp_tests.vcxproj
@@ -107,6 +107,7 @@
107
<LanguageStandard>stdcpp20</LanguageStandard>
108
109
110
111
112
113
<SubSystem>Console</SubSystem>
0 commit comments