-
Notifications
You must be signed in to change notification settings - Fork 0
/
compile_commands.json
7 lines (7 loc) · 1.01 KB
/
compile_commands.json
1
2
3
4
5
6
7
[
{
"directory": "/tmp/build",
"command": "clang++ -I/home/runner/C-Game/include -isystem /nix/store/wx014fbhv8ssxbn076skz4rwn55qcgpd-gdb-10.2/include -isystem /nix/store/kv7gdfwfv63vbih3q08ldvrclhhd6j20-compiler-rt-libc-12.0.1-dev/include -isystem /nix/store/dlni53myj53kx20pi4yhm7p68lw17b07-gcc-10.3.0/include/c++/10.3.0 -isystem /nix/store/dlni53myj53kx20pi4yhm7p68lw17b07-gcc-10.3.0/include/c++/10.3.0/x86_64-unknown-linux-gnu -isystem /nix/store/dlni53myj53kx20pi4yhm7p68lw17b07-gcc-10.3.0/include/c++/10.3.0/backward -isystem /nix/store/dlni53myj53kx20pi4yhm7p68lw17b07-gcc-10.3.0/lib/gcc/x86_64-unknown-linux-gnu/10.3.0/include -isystem /nix/store/dlni53myj53kx20pi4yhm7p68lw17b07-gcc-10.3.0/include -isystem /nix/store/dlni53myj53kx20pi4yhm7p68lw17b07-gcc-10.3.0/lib/gcc/x86_64-unknown-linux-gnu/10.3.0/include-fixed -isystem /nix/store/iwd8ic5hhwdxn5dga0im55g5hjl270cd-glibc-2.33-47-dev/include -o CMakeFiles/main.dir/src/main.cpp.o -c /home/runner/C-Game/src/main.cpp",
"file": "/home/runner/C-Game/src/main.cpp"
}
]