From 3b4f2dd9894397c44ec0e10d4247e886c4f4c314 Mon Sep 17 00:00:00 2001 From: Nikita Langer Date: Mon, 6 Apr 2026 22:26:07 +0200 Subject: Initial Komm mit :) --- compile_commands.json | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 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..49de6b3 --- /dev/null +++ b/compile_commands.json @@ -0,0 +1,45 @@ +[ + { + "file": "dwl.c", + "arguments": [ + "cc", + "-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/usr/include/wlroots-0.19", + "-I/usr/include/pixman-1", + "-I/usr/include/libdrm", + "-I.", + "-DWLR_USE_UNSTABLE", + "-D_POSIX_C_SOURCE=200809L", + "-DVERSION=\"v0.8-7-ga2d03cf-dirty\"", + "-DXWAYLAND", + "-g", + "-Wpedantic", + "-Wall", + "-Wextra", + "-Wdeclaration-after-statement", + "-Wno-unused-parameter", + "-Wshadow", + "-Wunused-macros", + "-Werror=strict-prototypes", + "-Werror=implicit", + "-Werror=return-type", + "-Werror=incompatible-pointer-types", + "-Wfloat-conversion", + "-O1", + "-o", + "dwl.o", + "-c", + "dwl.c" + ], + "directory": "/home/nikita/.config/wayless/dwl", + "output": "dwl.o" + } +] \ No newline at end of file -- cgit