mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
Add parallel compile flag.
This commit is contained in:
parent
c61f69569c
commit
915ff7cba5
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@ -12,7 +12,8 @@
|
||||
"args": [
|
||||
// Ask msbuild to generate full paths for file names.
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/property:DebugType=portable"
|
||||
"/property:DebugType=portable",
|
||||
"/m"
|
||||
],
|
||||
// Use the standard MS compiler pattern to detect errors, warnings and infos
|
||||
"problemMatcher": "$msCompile",
|
||||
@ -27,7 +28,8 @@
|
||||
// Ask msbuild to generate full paths for file names.
|
||||
"/property:GenerateFullPaths=true",
|
||||
"/property:DebugType=portable",
|
||||
"/target:Clean,Build"
|
||||
"/target:Clean,Build",
|
||||
"/m"
|
||||
],
|
||||
// Use the standard MS compiler pattern to detect errors, warnings and infos
|
||||
"problemMatcher": "$msCompile",
|
||||
|
Loading…
Reference in New Issue
Block a user