Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "tasks": [
- {
- "type": "cppbuild",
- "label": "C/C++: g++.exe 生成活动文件",
- "command": "<编译器路径,以 \\g++.exe 结尾>",
- "args": [
- "-O2",
- "-Wall",
- "-Wextra",
- "-Wpedantic",
- "-fdiagnostics-color=always",
- "-g",
- "${file}",
- "-o",
- "${fileDirname}\\${fileBasenameNoExtension}.exe"
- ],
- "options": {
- "cwd": "${fileDirname}"
- },
- "problemMatcher": [
- "$gcc"
- ],
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "detail": "调试器生成的任务。"
- }
- ],
- "version": "2.0.0"
- }
Advertisement
Add Comment
Please, Sign In to add comment