Use 8 threads for building by default

Tup is smart enough to only spin up as many threads as you have logical cores, e.g. on quad core machines this only uses 4 threads.
This commit is contained in:
Paul Guenette
2018-02-26 01:25:26 -05:00
parent 91af7eb5be
commit 243bf8fd63
+1 -1
View File
@@ -6,7 +6,7 @@
{
"taskName": "build",
"type": "shell",
"command": "make -j4",
"command": "make -j8",
"group": {
"kind": "build",
"isDefault": true