summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",