Commit e43cfb68 by Edward Thomson Committed by GitHub

VSCode: build in parallel

parent a7bc8de4
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
{ {
"label": "Build", "label": "Build",
"type": "shell", "type": "shell",
"command": "cd build && cmake --build .", "command": "cd build && cmake --build . --parallel",
"group": "build", "group": "build",
"presentation": { "presentation": {
"reveal": "always", "reveal": "always",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment