mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-25 03:45:19 +00:00
more SANITIZE
This commit is contained in:
Vendored
+2
-2
@@ -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