Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "tasks": [
- {
- "type": "cppbuild",
- "label": "C/C++: clang++ build active file",
- "command": "/usr/bin/clang++",
- "args": [
- "-fcolor-diagnostics",
- "-fansi-escape-codes",
- "-g",
- "${file}",
- "-o",
- "${fileDirname}/${fileBasenameNoExtension}",
- "root-config --cflags"
- // "--include-directory=/opt/homebrew/Cellar/root/6.32.08/include/root",
- // "-stdlib=libc++",
- // "-pthread",
- // "-std=c++17",
- // "-m64",
- // "-I/opt/homebrew/Cellar/root/6.32.08/include/root"
- ],
- "options": {
- "cwd": "${fileDirname}"
- },
- "problemMatcher": [
- "$gcc"
- ],
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "detail": "Task generated by Debugger."
- }
- ],
- "version": "2.0.0"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement