more SANITIZE

This commit is contained in:
iceman1001 2021-04-16 13:09:21 +02:00
parent cf8f0f0b6a
commit 201797ef81

4
.vscode/tasks.json vendored
View file

@ -36,7 +36,7 @@
{
"label": "client: Debug: make",
"type": "shell",
"command": "make client -j DEBUG=1",
"command": "make client -j DEBUG=1 SANITIZE=1",
"problemMatcher": [
"$gcc"
],
@ -45,7 +45,7 @@
{
"label": "client: Debug: clean & make",
"type": "shell",
"command": "make client/clean && make client -j DEBUG=1",
"command": "make client/clean && make client -j DEBUG=1 SANITIZE=1",
"problemMatcher": [
"$gcc"
],