Faster compiling !

This commit is contained in:
Ulysse Cura 2026-02-06 21:33:19 +01:00
parent 16799fd960
commit 2c4a35e154
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"type": "shell", "type": "shell",
"group": "build", "group": "build",
"command": "mkdir -p build && cd build && cmake ../ && make", "command": "mkdir -p build && cd build && cmake ../ && make -j $(nproc)",
"presentation": { "presentation": {
"echo": true, "echo": true,
@ -21,7 +21,7 @@
"type": "shell", "type": "shell",
"group": "build", "group": "build",
"command": "mkdir -p build && cd build && cmake ../ && make Flash", "command": "mkdir -p build && cd build && cmake ../ && make -j $(nproc) Flash",
"presentation": { "presentation": {
"echo": true, "echo": true,