0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-23 21:48:48 +00:00

debug: don't save temps

This commit is contained in:
Baoshuo Ren 2021-07-01 21:15:09 +08:00 committed by Baoshuo Ren
parent ae7ea4a891
commit 4a7901cc99
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

6
.vscode/tasks.json vendored
View File

@ -10,8 +10,7 @@
"-g",
"\"${file}\"",
"-o",
"\"${fileDirname}\\${fileBasenameNoExtension}.exe\"",
"--save-temps"
"\"${fileDirname}\\${fileBasenameNoExtension}.exe\""
]
},
"linux": {
@ -20,8 +19,7 @@
"-g",
"\"${file}\"",
"-o",
"\"${fileDirname}/${fileBasenameNoExtension}.exe\"",
"--save-temps"
"\"${fileDirname}/${fileBasenameNoExtension}.exe\""
]
},
"problemMatcher": {