dim/compile_commands.json

17 lines
308 B
JSON
Raw Normal View History

2024-06-14 15:22:20 +00:00
[
{
2024-06-16 15:53:43 +00:00
"directory": "/home/xomf/git-stuff/dim2/dim/dim_plugins/example_c",
2024-06-14 15:22:20 +00:00
"arguments": [
"gcc",
"-c",
"-o",
2024-06-16 15:53:43 +00:00
"/home/xomf/git-stuff/dim2/dim/target/objects/example_c/main.o",
2024-06-14 15:22:20 +00:00
"src/main.c",
"-pie",
2024-06-16 15:53:43 +00:00
"-I/home/xomf/git-stuff/dim2/dim/sdk/c_cxx",
"-fPIC"
2024-06-14 15:22:20 +00:00
],
"file": "src/main.c"
}
]