change default build task

develop
Geoffrey Merck 2 months ago
parent 0d3929ea2c
commit 9c94f8b885

11
.vscode/tasks.json vendored

@ -10,13 +10,9 @@
"args": [
"-j9",
"ENABLE_DEBUG=1",
// "USE_GPSD=1",
"all"
],
"group": {
"kind": "build",
"isDefault": true
},
"group": "build",
"problemMatcher": []
},
{
@ -94,7 +90,10 @@
"ENABLE_DEBUG=1",
"USE_GPSD=1"
],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]

Loading…
Cancel
Save

Powered by TurnKey Linux.