more SANITIZE
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user