diff options
author | Joe <rbo@gmx.us> | 2025-08-07 12:45:02 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-08-07 12:45:02 +0200 |
commit | caa9613f51dc802bebae752bab307e093face5d1 (patch) | |
tree | 7a830dc56524a144d2f8f035b1b89cda4904c6d1 /compile_commands.json | |
parent | up (diff) | |
download | dmenu-caa9613f51dc802bebae752bab307e093face5d1.tar.gz dmenu-caa9613f51dc802bebae752bab307e093face5d1.tar.bz2 dmenu-caa9613f51dc802bebae752bab307e093face5d1.tar.xz dmenu-caa9613f51dc802bebae752bab307e093face5d1.tar.zst dmenu-caa9613f51dc802bebae752bab307e093face5d1.zip |
update
Diffstat (limited to '')
-rw-r--r-- | compile_commands.json | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..9d9690e --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,77 @@ +[ + { + "arguments": [ + "/usr/bin/cc", + "-c", + "-std=c99", + "-pedantic", + "-Wall", + "-Wno-deprecated-declarations", + "-march=alderlake", + "-Os", + "-pipe", + "-I/usr/X11R6/include", + "-I/usr/include/freetype2", + "-D_DEFAULT_SOURCE", + "-D_BSD_SOURCE", + "-D_XOPEN_SOURCE=700L", + "-DVERSION=\"6.5\"", + "-DXINERAMA", + "-DHOME=\"/home/r_bousset/\"", + "-DHOMEBIN=\"/home/r_bousset/.local/bin/\"", + "drw.c" + ], + "directory": "/home/r_bousset/.local/packs/dwm", + "file": "/home/r_bousset/.local/packs/dwm/drw.c" + }, + { + "arguments": [ + "/usr/bin/cc", + "-c", + "-std=c99", + "-pedantic", + "-Wall", + "-Wno-deprecated-declarations", + "-march=alderlake", + "-Os", + "-pipe", + "-I/usr/X11R6/include", + "-I/usr/include/freetype2", + "-D_DEFAULT_SOURCE", + "-D_BSD_SOURCE", + "-D_XOPEN_SOURCE=700L", + "-DVERSION=\"6.5\"", + "-DXINERAMA", + "-DHOME=\"/home/r_bousset/\"", + "-DHOMEBIN=\"/home/r_bousset/.local/bin/\"", + "dwm.c" + ], + "directory": "/home/r_bousset/.local/packs/dwm", + "file": "/home/r_bousset/.local/packs/dwm/dwm.c" + }, + { + "arguments": [ + "/usr/bin/cc", + "-c", + "-std=c99", + "-pedantic", + "-Wall", + "-Wno-deprecated-declarations", + "-march=alderlake", + "-Os", + "-pipe", + "-I/usr/X11R6/include", + "-I/usr/include/freetype2", + "-D_DEFAULT_SOURCE", + "-D_BSD_SOURCE", + "-D_XOPEN_SOURCE=700L", + "-DVERSION=\"6.5\"", + "-DXINERAMA", + "-DHOME=\"/home/r_bousset/\"", + "-DHOMEBIN=\"/home/r_bousset/.local/bin/\"", + "util.c" + ], + "directory": "/home/r_bousset/.local/packs/dwm", + "file": "/home/r_bousset/.local/packs/dwm/util.c" + } +] |