cxx/compile_commands.json
2025-04-28 18:48:44 +08:00

29 lines
839 B
JSON

[
{
"arguments": [
"/nix/store/k50vj1b6vpz84n88vk09gxsgcyqrg00m-clang-wrapper-20.1.3/bin/clang++",
"-std=c++26",
"-Wno-experimental-header-units",
"-Wno-unused-command-line-argument",
"-c",
"-fmodule-file=build/system/print.pcm",
"-fmodule-file=builder=build/user/builder.pcm",
"main.cxx"
],
"directory": "/home/david/code/cxx",
"file": "/home/david/code/cxx/main.cxx"
},
{
"arguments": [
"/nix/store/k50vj1b6vpz84n88vk09gxsgcyqrg00m-clang-wrapper-20.1.3/bin/clang++",
"-std=c++26",
"-Wno-experimental-header-units",
"-Wno-unused-command-line-argument",
"-c",
"-fmodule-file=build/system/type_traits.pcm",
"builder.cxxm"
],
"directory": "/home/david/code/cxx",
"file": "/home/david/code/cxx/builder.cxxm"
}
]