Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. [
  2. {
  3. "directory": "C:/foo",
  4. "command": "/usr/bin/clang++ -Irelative -IC:/absolute -DA=FOO -DB(X)=X -c -o a.o a.cpp",
  5. "file": "a.cpp"
  6. },
  7. {
  8. "directory": "C:/bar/",
  9. "command": "/usr/bin/clang++ -Irelative -DA=FOO -c -o b.o b.cpp",
  10. "file": "C:/b.cpp",
  11. },
  12. {
  13. "directory": "C:/bar/",
  14. "command": "/usr/bin/clang++ -IC:/absolute -DB(X)=X -c -o b.o b.cpp",
  15. "file": "C:/b.cpp",
  16. },
  17. {
  18. "directory": "",
  19. "command": "/usr/bin/clang++ -std=c++14 -fms-extensions -fms-compatibility -fno-strict-aliasing -c -o c.o c.cpp",
  20. "file": "C:/c.cpp",
  21. }
  22. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement