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:
@@ -9,7 +9,8 @@
|
||||
"installRoot": "${projectDir}\\out\\install\\${name}",
|
||||
"cmakeCommandArgs": "",
|
||||
"buildCommandArgs": "",
|
||||
"ctestCommandArgs": ""
|
||||
"ctestCommandArgs": "",
|
||||
"addressSanitizerEnabled": false
|
||||
},
|
||||
{
|
||||
"name": "x86-Debug",
|
||||
@@ -20,7 +21,8 @@
|
||||
"cmakeCommandArgs": "",
|
||||
"buildCommandArgs": "",
|
||||
"ctestCommandArgs": "",
|
||||
"inheritEnvironments": [ "msvc_x86" ]
|
||||
"inheritEnvironments": [ "msvc_x86" ],
|
||||
"addressSanitizerEnabled": false
|
||||
},
|
||||
{
|
||||
"name": "x86-Release",
|
||||
|
||||
Reference in New Issue
Block a user