From 98a714593f49dc7f3a1f685c1d91635cf9126f8d Mon Sep 17 00:00:00 2001 From: cathery Date: Tue, 3 Mar 2020 12:58:28 +0300 Subject: [PATCH] add -j4 to make --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"