Disabled address sanitizer (temporarily)

This commit is contained in:
John Wellbelove 2023-06-04 15:44:48 +01:00
parent 1315404ed8
commit d95c1cbc6d

View File

@ -193,7 +193,7 @@
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<EnableASAN>true</EnableASAN>
<EnableASAN>false</EnableASAN>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MSVC - No STL -O2|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>