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",
|
"label": "client: Debug: make",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "make client -j DEBUG=1",
|
"command": "make client -j DEBUG=1 SANITIZE=1",
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$gcc"
|
"$gcc"
|
||||||
],
|
],
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
{
|
{
|
||||||
"label": "client: Debug: clean & make",
|
"label": "client: Debug: clean & make",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "make client/clean && make client -j DEBUG=1",
|
"command": "make client/clean && make client -j DEBUG=1 SANITIZE=1",
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$gcc"
|
"$gcc"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user