mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-21 23:44:48 +08:00
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:
Vendored
+1
-1
@@ -6,7 +6,7 @@
|
||||
{
|
||||
"taskName": "build",
|
||||
"type": "shell",
|
||||
"command": "make -j4",
|
||||
"command": "make -j8",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
|
||||
Reference in New Issue
Block a user