{ "version": "2.0.0", "tasks": [ { "type": "cppbuild", "label": "Debug", "command": "C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\g++.exe", "args": [ "-g", "${workspaceFolder}\\src\\*.cpp", "-o", "${workspaceFolder}\\build\\debug\\${fileBasenameNoExtension}.exe", "-I", "${workspaceFolder}\\include", ], "options": { "cwd": "${fileDirname}" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": true }, "detail": "compiler: \"C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\g++.exe\"" }, { "type": "cppbuild", "label": "Release", "command": "C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\g++.exe", "args": [ "${workspaceFolder}\\src\\*.cpp", "-o", "${workspaceFolder}\\build\\release\\${fileBasenameNoExtension}.exe", "-I", "${workspaceFolder}\\include", ], "options": { "cwd": "${fileDirname}" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": true }, "detail": "compiler: \"C:\\Program Files\\mingw-w64\\x86_64-8.1.0-posix-seh-rt_v6-rev0\\mingw64\\bin\\g++.exe\"" } ] }