aboutsummaryrefslogtreecommitdiffstats
path: root/compile_commands.json
diff options
context:
space:
mode:
authorNikita Langer <nikitalanger@icloud.com>2026-04-06 22:26:07 +0200
committerNikita Langer <nikitalanger@icloud.com>2026-04-06 22:26:07 +0200
commit3b4f2dd9894397c44ec0e10d4247e886c4f4c314 (patch)
tree43c0ca4a04abf25d89446095ca16d81a5d5f26cf /compile_commands.json
downloaddwl-3b4f2dd9894397c44ec0e10d4247e886c4f4c314.tar.gz
dwl-3b4f2dd9894397c44ec0e10d4247e886c4f4c314.tar.bz2
dwl-3b4f2dd9894397c44ec0e10d4247e886c4f4c314.tar.xz
dwl-3b4f2dd9894397c44ec0e10d4247e886c4f4c314.zip
Initial Komm mit :)
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json45
1 files changed, 45 insertions, 0 deletions
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