Skip to content

Commit

Permalink
build: enable /EHsc for WeaselSetup
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed May 11, 2024
1 parent 3375479 commit 492c84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeaselSetup/WeaselSetup.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<PrecompiledHeader>Use</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<ExceptionHandling />
<ExceptionHandling>Sync</ExceptionHandling>
<DebugInformationFormat />
<PreprocessorDefinitions>WIN32;_WINDOWS;STRICT;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard>stdcpp17</LanguageStandard>
Expand Down

0 comments on commit 492c84f

Please sign in to comment.