aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/compile_commands.json b/compile_commands.json
index c012748..bc87fa4 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -9,6 +9,54 @@
"-fms-extensions",
"-Iinclude",
"-o",
+ "build/string.o",
+ "src/string.c"
+ ],
+ "directory": "/home/nolln/root",
+ "file": "src/string.c"
+ },
+ {
+ "arguments": [
+ "clang",
+ "-c",
+ "-g",
+ "-fno-strict-aliasing",
+ "-fwrapv",
+ "-fms-extensions",
+ "-Iinclude",
+ "-o",
+ "build/memory.o",
+ "src/memory.c"
+ ],
+ "directory": "/home/nolln/root",
+ "file": "src/memory.c"
+ },
+ {
+ "arguments": [
+ "clang",
+ "-c",
+ "-g",
+ "-fno-strict-aliasing",
+ "-fwrapv",
+ "-fms-extensions",
+ "-Iinclude",
+ "-o",
+ "build/coro.o",
+ "src/coro.c"
+ ],
+ "directory": "/home/nolln/root",
+ "file": "src/coro.c"
+ },
+ {
+ "arguments": [
+ "clang",
+ "-c",
+ "-g",
+ "-fno-strict-aliasing",
+ "-fwrapv",
+ "-fms-extensions",
+ "-Iinclude",
+ "-o",
"build/error.o",
"src/error.c"
],