summaryrefslogtreecommitdiff
path: root/Projects
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-02-13 19:48:08 +0100
committerMarti Maria <marti.maria@littlecms.com>2022-02-13 19:48:08 +0100
commit48c4557c44c9e86a122762dfd078e49139a0fe4d (patch)
treee1f2980bcb1cf2ad6fb435ebd3f004a22b0b103f /Projects
parentc529dd437cc5294ad821de0e48f1aaddce2440ae (diff)
downloadlcms2-48c4557c44c9e86a122762dfd078e49139a0fe4d.tar.gz
Get rid of some warnings, enable ASAN
Enable address sanitizer on testbed (windows, Visual Studio)
Diffstat (limited to 'Projects')
-rw-r--r--Projects/VC2022/testbed/testbed.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Projects/VC2022/testbed/testbed.vcxproj b/Projects/VC2022/testbed/testbed.vcxproj
index 85388a2..4015599 100644
--- a/Projects/VC2022/testbed/testbed.vcxproj
+++ b/Projects/VC2022/testbed/testbed.vcxproj
@@ -55,6 +55,7 @@
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
+ <EnableASAN>true</EnableASAN>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
@@ -65,6 +66,7 @@
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
+ <EnableASAN>true</EnableASAN>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">