We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bc8de commit e43cfb6Copy full SHA for e43cfb6
.vscode/tasks.json
@@ -6,7 +6,7 @@
6
{
7
"label": "Build",
8
"type": "shell",
9
- "command": "cd build && cmake --build .",
+ "command": "cd build && cmake --build . --parallel",
10
"group": "build",
11
"presentation": {
12
"reveal": "always",
0 commit comments