switched back to MSVC for the compiler cuz Clang doesnt handle exceptions properly :(

This commit is contained in:
EricPlayZ
2024-01-29 02:10:23 +02:00
parent 447291d036
commit 6853aa0bee

View File

@ -96,7 +96,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>ClangCL</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>