Added DEBUG_ARM flag

This commit is contained in:
gator96100 2020-12-30 00:19:21 +01:00
commit f4c632bd31
3 changed files with 7 additions and 2 deletions

2
.vscode/tasks.json vendored
View file

@ -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"
],