0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-27 20:16:29 +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", "-g",
"\"${file}\"", "\"${file}\"",
"-o", "-o",
"\"${fileDirname}\\${fileBasenameNoExtension}.exe\"", "\"${fileDirname}\\${fileBasenameNoExtension}.exe\""
"--save-temps"
] ]
}, },
"linux": { "linux": {
@ -20,8 +19,7 @@
"-g", "-g",
"\"${file}\"", "\"${file}\"",
"-o", "-o",
"\"${fileDirname}/${fileBasenameNoExtension}.exe\"", "\"${fileDirname}/${fileBasenameNoExtension}.exe\""
"--save-temps"
] ]
}, },
"problemMatcher": { "problemMatcher": {