Add debug to tasks

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.