diff options
author | Joe <rbo@gmx.us> | 2024-12-19 18:04:09 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-19 18:04:09 +0100 |
commit | 0ad7bda8c4e0db87bb10aac6e504ae203b219f12 (patch) | |
tree | d39b692da4f905e097dfc823a7174affd6861943 /compile_commands.json | |
parent | applied scratchpads (diff) | |
download | dwm-0ad7bda8c4e0db87bb10aac6e504ae203b219f12.tar.gz dwm-0ad7bda8c4e0db87bb10aac6e504ae203b219f12.tar.bz2 dwm-0ad7bda8c4e0db87bb10aac6e504ae203b219f12.tar.xz dwm-0ad7bda8c4e0db87bb10aac6e504ae203b219f12.tar.zst dwm-0ad7bda8c4e0db87bb10aac6e504ae203b219f12.zip |
ogogog
Diffstat (limited to 'compile_commands.json')
-rw-r--r-- | compile_commands.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100644 index dcff5ac..0000000 --- a/compile_commands.json +++ /dev/null @@ -1,27 +0,0 @@ -[ - { - "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" - } -] |