udpate build task to all

feature/IPV6_#35_Reboot
Geoffrey Merck 3 years ago
parent 0cbf2010ff
commit 0439332629

10
.vscode/tasks.json vendored

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

Loading…
Cancel
Save

Powered by TurnKey Linux.