CPP-on-NixOS/compile_commands.json

21 lines
687 B
JSON

[
{
"arguments": [
"/run/current-system/sw/bin/clang++",
"-std=c++23",
"-resource-dir",
"/nix/store/k2s6xfca52n25yb8b6f58i87kszp3m7g-clang-wrapper-21.1.2/resource-root",
"-idirafter",
"/nix/store/dqgfdpr53ldqmdfmginb1z6kzslkzsdl-glibc-2.40-66-dev/include",
"-isystem",
"/nix/store/68ndh04pl2hhhizsarvzwa9cnlp7zj3d-gcc-14.3.0/include/c++/14.3.0",
"-isystem",
"/nix/store/68ndh04pl2hhhizsarvzwa9cnlp7zj3d-gcc-14.3.0/include/c++/14.3.0/x86_64-unknown-linux-gnu",
"-c",
"main.cpp"
],
"directory": "/home/cspark/Projects/CPP/hello_world",
"file": "/home/cspark/Projects/CPP/hello_world/main.cpp"
}
]