diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 723d68e..4374555 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -5,7 +5,7 @@ "label": "Build Release", "type": "shell", "promptOnClose": true, - "command": "make", + "command": "make -j4", "presentation": { "reveal": "always", "panel": "shared"