forked from mirror/dwm
clangd config
This commit is contained in:
parent
17cdd846fc
commit
d9e38bef48
2 changed files with 45 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.cache
|
44
compile_commands.json
Normal file
44
compile_commands.json
Normal file
|
@ -0,0 +1,44 @@
|
|||
[
|
||||
{
|
||||
"arguments": [
|
||||
"/nix/store/vh9fsdhgxcnab2qk7vdp2palkkn6j3cp-gcc-wrapper-13.3.0/bin/cc",
|
||||
"-c",
|
||||
"-std=c99",
|
||||
"-pedantic",
|
||||
"-Wall",
|
||||
"-Wno-deprecated-declarations",
|
||||
"-Os",
|
||||
"-I/usr/X11R6/include",
|
||||
"-I/usr/include/freetype2",
|
||||
"-D_DEFAULT_SOURCE",
|
||||
"-D_BSD_SOURCE",
|
||||
"-D_XOPEN_SOURCE=700L",
|
||||
"-DVERSION=\"6.5\"",
|
||||
"-DXINERAMA",
|
||||
"drw.c"
|
||||
],
|
||||
"directory": "/home/ravenshade/Documents/projects/dwm",
|
||||
"file": "/home/ravenshade/Documents/projects/dwm/drw.c"
|
||||
},
|
||||
{
|
||||
"arguments": [
|
||||
"/nix/store/vh9fsdhgxcnab2qk7vdp2palkkn6j3cp-gcc-wrapper-13.3.0/bin/cc",
|
||||
"-c",
|
||||
"-std=c99",
|
||||
"-pedantic",
|
||||
"-Wall",
|
||||
"-Wno-deprecated-declarations",
|
||||
"-Os",
|
||||
"-I/usr/X11R6/include",
|
||||
"-I/usr/include/freetype2",
|
||||
"-D_DEFAULT_SOURCE",
|
||||
"-D_BSD_SOURCE",
|
||||
"-D_XOPEN_SOURCE=700L",
|
||||
"-DVERSION=\"6.5\"",
|
||||
"-DXINERAMA",
|
||||
"dwm.c"
|
||||
],
|
||||
"directory": "/home/ravenshade/Documents/projects/dwm",
|
||||
"file": "/home/ravenshade/Documents/projects/dwm/dwm.c"
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue