加快编译速度

This commit is contained in:
neozng 2023-04-29 14:59:39 +08:00
parent 1c384d5193
commit b8e3569510
1 changed files with 1 additions and 1 deletions

2
.vscode/tasks.json vendored
View File

@ -5,7 +5,7 @@
{ {
"label": "build task", // "label": "build task", //
"type": "shell", // ,mingw32-make,(CMD),shell "type": "shell", // ,mingw32-make,(CMD),shell
"command": "mingw32-make -j24",// ,线,4~8 "command": "mingw32-make -j24 -l12",// ,线,4~8
"problemMatcher": [], "problemMatcher": [],
"group": { "group": {
"kind": "build", "kind": "build",