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"