aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json
index d0d18b5..1a489d2 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -1457,5 +1457,30 @@
"sys/cmd/wm/monitor.c"
],
"file": "sys/cmd/wm/monitor.c"
+ },
+ {
+ "directory": "/home/nolln/root",
+ "arguments": [
+ "gcc",
+ "-MD",
+ "-g",
+ "-march=native",
+ "-fno-strict-aliasing",
+ "-fwrapv",
+ "-fms-extensions",
+ "-Wno-microsoft-anon-tag",
+ "-I/home/nolln/root/include/vendor",
+ "-I/usr/include/libdrm",
+ "-I/usr/include/pixman-1",
+ "-I",
+ "include",
+ "-I",
+ "sys/cmd/wm",
+ "-o",
+ ".build/sys/cmd/wm/wlr-layer-shell-unstable-v1-protocol.o",
+ "-c",
+ "sys/cmd/wm/wlr-layer-shell-unstable-v1-protocol.c"
+ ],
+ "file": "sys/cmd/wm/wlr-layer-shell-unstable-v1-protocol.c"
}
]