VSCode: build in parallel
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 9618f45..64142d3 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",