diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-09-11 15:45:09 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-09-11 15:45:09 -0400 |
commit | 3ab63e58f1aba7f073875b6779aa9df2635fc4b8 (patch) | |
tree | 8cb150086ad12ccf2ba5f1670fa96171d5c52acb | |
parent | a6c9d2c53aa163044e02c51b485e2496762a31b2 (diff) |
laptop screenshots & more
-rw-r--r-- | compile_commands.json | 56 |
1 files changed, 42 insertions, 14 deletions
diff --git a/compile_commands.json b/compile_commands.json index 80b900b..8a8a206 100644 --- a/compile_commands.json +++ b/compile_commands.json @@ -4,20 +4,15 @@ "/usr/bin/gcc", "-I/usr/include/wlroots-0.18", "-I/usr/include/libdrm", + "-I/usr/include/pixman-1", "-I/usr/include/elogind", "-I/usr/lib64/libffi/include", - "-I/usr/include/harfbuzz", - "-I/usr/include/freetype2", - "-I/usr/include/glib-2.0", - "-I/usr/lib64/glib-2.0/include", - "-DUTF8PROC_EXPORTS", - "-I/usr/include/pixman-1", "-Ofast", "-march=native", "-I.", "-DWLR_USE_UNSTABLE", "-D_POSIX_C_SOURCE=200809L", - "-DVERSION=\"v0.7-rc1-15-g2718a54\"", + "-DVERSION=\"v0.7-rc1-22-ga6c9d2c-dirty\"", "-DXWAYLAND", "-g", "-pedantic", @@ -47,20 +42,15 @@ "/usr/bin/gcc", "-I/usr/include/wlroots-0.18", "-I/usr/include/libdrm", + "-I/usr/include/pixman-1", "-I/usr/include/elogind", "-I/usr/lib64/libffi/include", - "-I/usr/include/harfbuzz", - "-I/usr/include/freetype2", - "-I/usr/include/glib-2.0", - "-I/usr/lib64/glib-2.0/include", - "-DUTF8PROC_EXPORTS", - "-I/usr/include/pixman-1", "-Ofast", "-march=native", "-I.", "-DWLR_USE_UNSTABLE", "-D_POSIX_C_SOURCE=200809L", - "-DVERSION=\"v0.7-rc1-15-g2718a54\"", + "-DVERSION=\"v0.7-rc1-22-ga6c9d2c-dirty\"", "-DXWAYLAND", "-g", "-pedantic", @@ -84,5 +74,43 @@ "directory": "/home/master/.local/src/dwl/ChausseBenjamin", "file": "/home/master/.local/src/dwl/ChausseBenjamin/util.c", "output": "/home/master/.local/src/dwl/ChausseBenjamin/util.o" + }, + { + "arguments": [ + "/usr/bin/gcc", + "-I/usr/include/wlroots-0.18", + "-I/usr/include/libdrm", + "-I/usr/include/pixman-1", + "-I/usr/include/elogind", + "-I/usr/lib64/libffi/include", + "-Ofast", + "-march=native", + "-I.", + "-DWLR_USE_UNSTABLE", + "-D_POSIX_C_SOURCE=200809L", + "-DVERSION=\"v0.7-rc1-22-ga6c9d2c-dirty\"", + "-DXWAYLAND", + "-g", + "-pedantic", + "-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", + "-c", + "-o", + "dwl-ipc-unstable-v2-protocol.o", + "dwl-ipc-unstable-v2-protocol.c" + ], + "directory": "/home/master/.local/src/dwl/ChausseBenjamin", + "file": "/home/master/.local/src/dwl/ChausseBenjamin/dwl-ipc-unstable-v2-protocol.c", + "output": "/home/master/.local/src/dwl/ChausseBenjamin/dwl-ipc-unstable-v2-protocol.o" } ] |