The "Run" task build faster.
This commit is contained in:
parent
fe9020b9b7
commit
66a5e7db20
|
|
@ -57,10 +57,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Run",
|
"label": "Run",
|
||||||
"detail": "Run executable",
|
"detail": "Build executable and run.",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "make",
|
"command": "make",
|
||||||
"args": [
|
"args": [
|
||||||
|
"-j$(nproc)",
|
||||||
"run"
|
"run"
|
||||||
],
|
],
|
||||||
"group": "build",
|
"group": "build",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue