Guest User

Untitled

a guest
Dec 5th, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.50 KB | None | 0 0
  1. {
  2.     "version": "2.0.0",
  3.     "tasks": [
  4.         {
  5.             "type": "cppbuild",
  6.             "label": "C/C++: g++ build active file",
  7.             "command": "/usr/bin/g++",
  8.             "args": [
  9.                 "-g",
  10.                 "${file}",
  11.                 "-o",
  12.                 "${fileDirname}/${fileBasenameNoExtension}",
  13.                 "-Wall",
  14.                 "-O2",
  15.                 "-larmadillo",
  16.                 "-pg",
  17.             ],
  18.             "options": {
  19.                 "cwd": "/usr/bin"
  20.             },
  21.             "problemMatcher": [
  22.                 "$gcc"
  23.             ],
  24.             "group": {
  25.                 "kind": "build",
  26.                 "isDefault": true
  27.             },
  28.             "detail": "compiler: /usr/bin/g++"
  29.         }
  30.     ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment