Commit e43cfb68 by Edward Thomson Committed by GitHub

VSCode: build in parallel

parent a7bc8de4
......@@ -6,7 +6,7 @@
{
"label": "Build",
"type": "shell",
"command": "cd build && cmake --build .",
"command": "cd build && cmake --build . --parallel",
"group": "build",
"presentation": {
"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