mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2023-12-30 21:52:56 +00:00
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:
parent
683204519c
commit
16b527e3cf
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user