Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "version": "2.0.0",
- "tasks": [
- {
- "type": "cppbuild",
- "label": "C/C++: g++ build active file",
- "command": "/usr/bin/g++",
- "args": [
- "-g",
- "${file}",
- "-o",
- "${fileDirname}/${fileBasenameNoExtension}",
- "-Wall",
- "-O2",
- "-larmadillo",
- "-pg",
- ],
- "options": {
- "cwd": "/usr/bin"
- },
- "problemMatcher": [
- "$gcc"
- ],
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "detail": "compiler: /usr/bin/g++"
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment