change default build task

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

11
.vscode/tasks.json vendored

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

Loading…
Cancel
Save

Powered by TurnKey Linux.