From 4849b7a188027b27ad3c522ef284938ccae41d86 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sun, 30 Oct 2022 06:33:39 +0100 Subject: [PATCH] Crank build jobs to 9 --- .vscode/tasks.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 587d251..bf6c999 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -8,7 +8,7 @@ "type": "shell", "command": "make", "args": [ - "-j3", + "-j9", "ENABLE_DEBUG=1", "USE_GPSD=1", "all" @@ -21,7 +21,7 @@ "type": "shell", "command": "make", "args": [ - "-j3", + "-j9", "ENABLE_DEBUG=1", "USE_GPSD=1", "DStarGateway/dstargateway" @@ -37,7 +37,7 @@ "type": "shell", "command": "make", "args": [ - "-j3", + "-j9", "ENABLE_DEBUG=1", "USE_GPSD=1", "DGWRemoteControl/dgwremotecontrol" @@ -50,7 +50,7 @@ "type": "shell", "command": "make", "args": [ - "-j3", + "-j9", "ENABLE_DEBUG=1", "USE_GPSD=1", "DGWTextTransmit/dgwtexttransmit" @@ -63,7 +63,7 @@ "type": "shell", "command": "make", "args": [ - "-j3", + "-j9", "ENABLE_DEBUG=1", "USE_GPSD=1", "DGWTimeServer/dgwtimeserver" @@ -76,7 +76,7 @@ "type": "shell", "command": "make", "args": [ - "-j3", + "-j9", "ENABLE_DEBUG=1", "USE_GPSD=1", "DGWVoiceTransmit/dgwvoicetransmit" @@ -89,7 +89,7 @@ "type": "shell", "command": "make", "args": [ - "-j3", + "-j9", "tests", "ENABLE_DEBUG=1", "USE_GPSD=1"