Disabled ASAN on release

This commit is contained in:
Kevin Alexis Contreras 2022-06-15 10:28:15 -05:00
parent 5b43e4652f
commit 08bd76d25c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<EnableASAN>true</EnableASAN>
<EnableASAN>false</EnableASAN>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">