Added AddressSanitizer to Windows build config, disabled by default.

VS older that 2019 do not support it.
Game passes ASan checks at the moment of writing.
This commit is contained in:
Muzychenko Andrey
2021-11-09 16:50:09 +03:00
parent 683204519c
commit 16b527e3cf

View File

@@ -9,7 +9,8 @@
"installRoot": "${projectDir}\\out\\install\\${name}", "installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "", "cmakeCommandArgs": "",
"buildCommandArgs": "", "buildCommandArgs": "",
"ctestCommandArgs": "" "ctestCommandArgs": "",
"addressSanitizerEnabled": false
}, },
{ {
"name": "x86-Debug", "name": "x86-Debug",
@@ -20,7 +21,8 @@
"cmakeCommandArgs": "", "cmakeCommandArgs": "",
"buildCommandArgs": "", "buildCommandArgs": "",
"ctestCommandArgs": "", "ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86" ] "inheritEnvironments": [ "msvc_x86" ],
"addressSanitizerEnabled": false
}, },
{ {
"name": "x86-Release", "name": "x86-Release",