mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Added DEBUG_ARM flag
This commit is contained in:
parent
483707a45a
commit
f4c632bd31
3 changed files with 7 additions and 2 deletions
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
@ -71,7 +71,7 @@
|
|||
},{
|
||||
"label": "fullimage: clean & make debug",
|
||||
"type": "shell",
|
||||
"command": "make armsrc/clean && make armsrc/all SKIP_COMPRESSION=1 DEBUG=1",
|
||||
"command": "make armsrc/clean && make armsrc/all DEBUG_ARM=1",
|
||||
"problemMatcher": [
|
||||
"$gcc"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue