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