Skip to content

Commit 3ec163c

Browse files
committed
Disable exception handling for debugging
1 parent 5e25fe4 commit 3ec163c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

jsonh_cpp/jsonh_cpp.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
<LanguageStandard_C>stdc17</LanguageStandard_C>
117117
<GenerateXMLDocumentationFiles>true</GenerateXMLDocumentationFiles>
118118
<AdditionalOptions>/utf-8</AdditionalOptions>
119+
<ExceptionHandling>false</ExceptionHandling>
119120
</ClCompile>
120121
<Link>
121122
<SubSystem>

jsonh_cpp_tests/jsonh_cpp_tests.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
<LanguageStandard>stdcpp20</LanguageStandard>
108108
<LanguageStandard_C>stdc17</LanguageStandard_C>
109109
<AdditionalOptions>/utf-8</AdditionalOptions>
110+
<ExceptionHandling>false</ExceptionHandling>
110111
</ClCompile>
111112
<Link>
112113
<SubSystem>Console</SubSystem>

0 commit comments

Comments
 (0)