rm compile_commands
This commit is contained in:
parent
92f34c49b0
commit
5d1441dec0
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
.cache/
|
.cache/
|
||||||
build/
|
build/
|
||||||
|
compile_commands.json
|
||||||
|
|
|
||||||
|
|
@ -1,42 +0,0 @@
|
||||||
[
|
|
||||||
{
|
|
||||||
"arguments": [
|
|
||||||
"/nix/store/1ciadcliylyyi9vx21id9vi1p1mayjn8-gcc-wrapper-14.2.0/bin/gcc",
|
|
||||||
"-c",
|
|
||||||
"-g",
|
|
||||||
"-Og",
|
|
||||||
"-std=c23",
|
|
||||||
"-Wall",
|
|
||||||
"-Wextra",
|
|
||||||
"-Wpedantic",
|
|
||||||
"-Isrc",
|
|
||||||
"-Ibuild",
|
|
||||||
"-o",
|
|
||||||
"build/bin/cgen",
|
|
||||||
"deps/tree-sitter-c/src/parser.c"
|
|
||||||
],
|
|
||||||
"directory": "/home/n/src/cgen",
|
|
||||||
"file": "/home/n/src/cgen/deps/tree-sitter-c/src/parser.c",
|
|
||||||
"output": "/home/n/src/cgen/build/bin/cgen"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"arguments": [
|
|
||||||
"/nix/store/1ciadcliylyyi9vx21id9vi1p1mayjn8-gcc-wrapper-14.2.0/bin/gcc",
|
|
||||||
"-c",
|
|
||||||
"-g",
|
|
||||||
"-Og",
|
|
||||||
"-std=c23",
|
|
||||||
"-Wall",
|
|
||||||
"-Wextra",
|
|
||||||
"-Wpedantic",
|
|
||||||
"-Isrc",
|
|
||||||
"-Ibuild",
|
|
||||||
"-o",
|
|
||||||
"build/bin/cgen",
|
|
||||||
"src/main.c"
|
|
||||||
],
|
|
||||||
"directory": "/home/n/src/cgen",
|
|
||||||
"file": "/home/n/src/cgen/src/main.c",
|
|
||||||
"output": "/home/n/src/cgen/build/bin/cgen"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
Loading…
Reference in a new issue