summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2021-08-02 21:30:08 +0000
committerGitHub <noreply@github.com>2021-08-02 21:30:08 +0000
commite43cfb68794b43797af579e0e82996f4c449d33c (patch)
treeb70a9f58f016519282040a778fe5c6427aa9d6ce
parenta7bc8de4e77d5c0fb6313d6fc42977543c9df5c4 (diff)
downloadlibgit2-ethomson/devcontainer.tar.gz
VSCode: build in parallelethomson/devcontainer
-rw-r--r--.vscode/tasks.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 9618f4502..64142d341 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -6,7 +6,7 @@
{
"label": "Build",
"type": "shell",
- "command": "cd build && cmake --build .",
+ "command": "cd build && cmake --build . --parallel",
"group": "build",
"presentation": {
"reveal": "always",