1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-03 02:18:43 +00:00

add -j4 to make

This commit is contained in:
cathery 2020-03-03 12:58:28 +03:00
parent 80a18b89c3
commit 98a714593f

2
.vscode/tasks.json vendored
View File

@ -5,7 +5,7 @@
"label": "Build Release",
"type": "shell",
"promptOnClose": true,
"command": "make",
"command": "make -j4",
"presentation": {
"reveal": "always",
"panel": "shared"