diff options
author | Joe <rbo@gmx.us> | 2025-02-27 21:46:50 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-02-27 21:46:50 +0100 |
commit | e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5 (patch) | |
tree | 589f279fa60d04d2211bbc61e29dca2a6a94aa9b /compile_commands.json | |
parent | jozan (diff) | |
download | dwl-e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5.tar.gz dwl-e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5.tar.bz2 dwl-e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5.tar.xz dwl-e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5.tar.zst dwl-e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5.zip |
pertagged
Diffstat (limited to 'compile_commands.json')
-rw-r--r-- | compile_commands.json | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json new file mode 100644 index 0000000..baed3a5 --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,84 @@ +[ + { + "arguments": [ + "/usr/bin/gcc", + "-I/usr/include/wlroots-0.18", + "-I/usr/include/elogind", + "-I/usr/include/libdrm", + "-I/usr/include/harfbuzz", + "-I/usr/include/freetype2", + "-I/usr/include/libpng16", + "-I/usr/include/glib-2.0", + "-I/usr/lib/glib-2.0/include", + "-I/usr/include/sysprof-6", + "-pthread", + "-DUTF8PROC_EXPORTS", + "-I/usr/include/pixman-1", + "-I.", + "-DWLR_USE_UNSTABLE", + "-D_POSIX_C_SOURCE=200809L", + "-DVERSION=\"v0.7-1-g9f5a295-dirty\"", + "-g", + "-pedantic", + "-Wall", + "-Wextra", + "-Wdeclaration-after-statement", + "-Wno-unused-parameter", + "-Wshadow", + "-Wunused-macros", + "-Werror=implicit", + "-Werror=return-type", + "-Werror=incompatible-pointer-types", + "-Wfloat-conversion", + "-O1", + "-c", + "-o", + "dwl.o", + "dwl.c" + ], + "directory": "/home/jozan/.local/packs/dwl", + "file": "/home/jozan/.local/packs/dwl/dwl.c", + "output": "/home/jozan/.local/packs/dwl/dwl.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-I/usr/include/wlroots-0.18", + "-I/usr/include/elogind", + "-I/usr/include/libdrm", + "-I/usr/include/harfbuzz", + "-I/usr/include/freetype2", + "-I/usr/include/libpng16", + "-I/usr/include/glib-2.0", + "-I/usr/lib/glib-2.0/include", + "-I/usr/include/sysprof-6", + "-pthread", + "-DUTF8PROC_EXPORTS", + "-I/usr/include/pixman-1", + "-I.", + "-DWLR_USE_UNSTABLE", + "-D_POSIX_C_SOURCE=200809L", + "-DVERSION=\"v0.7-1-g9f5a295-dirty\"", + "-g", + "-pedantic", + "-Wall", + "-Wextra", + "-Wdeclaration-after-statement", + "-Wno-unused-parameter", + "-Wshadow", + "-Wunused-macros", + "-Werror=implicit", + "-Werror=return-type", + "-Werror=incompatible-pointer-types", + "-Wfloat-conversion", + "-O1", + "-c", + "-o", + "util.o", + "util.c" + ], + "directory": "/home/jozan/.local/packs/dwl", + "file": "/home/jozan/.local/packs/dwl/util.c", + "output": "/home/jozan/.local/packs/dwl/util.o" + } +] |