Faster compiling !
This commit is contained in:
parent
16799fd960
commit
2c4a35e154
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue