Add debug to tasks

pull/32/head
Geoffrey Merck 4 years ago
parent edd9870412
commit ccce139bd0

@ -8,7 +8,7 @@
"type": "shell", "type": "shell",
"command": "make", "command": "make",
"args": [ "args": [
"-j3" "-j3", "ENABLE_DEBUG=1"
], ],
"group": "build", "group": "build",
"problemMatcher": [] "problemMatcher": []
@ -19,7 +19,7 @@
"command": "make", "command": "make",
"args": [ "args": [
"-j3", "-j3",
"tests" "tests", "ENABLE_DEBUG=1"
], ],
"group": { "group": {
"kind": "build", "kind": "build",

Loading…
Cancel
Save

Powered by TurnKey Linux.