aarondabomb

Untitled

Aug 27th, 2022
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ╰─➤ diff aaron.command roland.command 1 ↵
  2. 1,2c1
  3. < /usr/bin/c++
  4. < --driver-mode=g++
  5. ---
  6. > /bin/clang++-13
  7. 11,13c10,12
  8. < -I/home/aaron/devel/xournalpp/src/core
  9. < -I/home/aaron/devel/xournalpp/src/util/include
  10. < -I/home/aaron/devel/xournalpp/build/src
  11. ---
  12. > -I/home/roland/dev/xournalpp/src/core
  13. > -I/home/roland/dev/xournalpp/src/util/include
  14. > -I/home/roland/dev/xournalpp/build/src
  15. 66a66
  16. > -g
  17. 74,76d73
  18. < -c
  19. < -x
  20. < c++-header
  21. 78,80c75,78
  22. < -resource-dir=/home/aaron/.local/share/nvim/mason/packages/clangd/clangd/lib/clang/14.0.3
  23. < --
  24. < /home/aaron/devel/xournalpp/src/core/plugin/luapi_application.h
  25. ---
  26. > -o
  27. > src/core/CMakeFiles/xournalpp-core.dir/plugin/Plugin.cpp.o
  28. > -c
  29. > /home/roland/dev/xournalpp/src/core/plugin/Plugin.cpp
  30.  
Advertisement
Add Comment
Please, Sign In to add comment