aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-17 18:14:35 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-17 18:14:35 -0700
commitdca72268ae6bcbd411aa8660604451226f76b4eb (patch)
tree741be97c97ef4fe1a023882267b06ec7eac78527 /compile_commands.json
parent998ee2ce7110987bb5cbeb11a55781a271a1ca47 (diff)
chore: basic maintenance
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json39
1 files changed, 5 insertions, 34 deletions
diff --git a/compile_commands.json b/compile_commands.json
index 04f177a..c012748 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -3,45 +3,16 @@
"arguments": [
"clang",
"-c",
+ "-g",
"-fno-strict-aliasing",
"-fwrapv",
"-fms-extensions",
"-Iinclude",
"-o",
- "build/coro.o",
- "src/coro.c"
+ "build/error.o",
+ "src/error.c"
],
- "directory": "/home/nolln/libn",
- "file": "src/coro.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-Iinclude",
- "-o",
- "build/mem.o",
- "src/mem.c"
- ],
- "directory": "/home/nolln/libn",
- "file": "src/mem.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-Iinclude",
- "-o",
- "build/string.o",
- "src/string.c"
- ],
- "directory": "/home/nolln/libn",
- "file": "src/string.c"
+ "directory": "/home/nolln/root",
+ "file": "src/error.c"
}
] \ No newline at end of file