Skip to content

Commit e43cfb6

Browse files
authored
VSCode: build in parallel
1 parent a7bc8de commit e43cfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{
77
"label": "Build",
88
"type": "shell",
9-
"command": "cd build && cmake --build .",
9+
"command": "cd build && cmake --build . --parallel",
1010
"group": "build",
1111
"presentation": {
1212
"reveal": "always",

0 commit comments

Comments
 (0)