VSCode: build in parallel

This commit is contained in:
Edward Thomson
2021-08-02 21:30:08 +00:00
committed by GitHub
parent a7bc8de4e7
commit e43cfb6879

2
.vscode/tasks.json vendored
View File

@@ -6,7 +6,7 @@
{
"label": "Build",
"type": "shell",
"command": "cd build && cmake --build .",
"command": "cd build && cmake --build . --parallel",
"group": "build",
"presentation": {
"reveal": "always",