Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Compilation Database: irony-cdf-json
  2. Working Directory: /path/to/my/project
  3. Compile Option: -Dproject_EXPORTS -g -fPIC -fopenmp -std=c++14
  4.  
  5. [q] to quit
  6.  
  7. [
  8. {
  9. "directory": "/path/to/my/project/build",
  10. "command": "c++ -project_EXPORTS -g -fPIC -fopenmp -std=c++14 -o CMakeFiles/project.dir/file.cpp.o -c /path/to/my/project/file.cpp",
  11. "file": "/path/to/my/project/file.cpp"
  12. }
  13. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement