From e316c81d3e943b983c12dfa8ed0602ce1e5e2ca5 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 27 Feb 2025 21:46:50 +0100 Subject: pertagged --- compile_commands.json | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 compile_commands.json (limited to 'compile_commands.json') 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" + } +] -- cgit v1.2.3