aboutsummaryrefslogtreecommitdiff
path: root/compile_commands.json
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-04-22 18:15:17 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-04-22 18:15:17 -0700
commitfb4c4ceba416376751196cdbbdb5f7240e08a405 (patch)
treebb874085d6d7715c24da544e9f71ef05e6a2a80a /compile_commands.json
parent583656a3537bc43a28c58111520143df04bf27f2 (diff)
fix: bug squashing with newick parser
Diffstat (limited to 'compile_commands.json')
-rw-r--r--compile_commands.json140
1 files changed, 3 insertions, 137 deletions
diff --git a/compile_commands.json b/compile_commands.json
index 99168be..aa79c9d 100644
--- a/compile_commands.json
+++ b/compile_commands.json
@@ -7,146 +7,12 @@
"-fno-strict-aliasing",
"-fwrapv",
"-fms-extensions",
- "-ffreestanding",
- "-fno-builtin",
- "-nostdlib",
"-Iinclude",
"-o",
- "build/libc/string.o",
- "sys/libc/string.c"
+ "build/libbio/io/newick.o",
+ "sys/libbio/io/newick.c"
],
"directory": "/home/nolln/root",
- "file": "sys/libc/string.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-g",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-Iinclude",
- "-o",
- "build/libn/test.o",
- "sys/libn/test.c"
- ],
- "directory": "/home/nolln/root",
- "file": "sys/libn/test.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-g",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-ffreestanding",
- "-fno-builtin",
- "-nostdlib",
- "-Iinclude",
- "-o",
- "build/libc/stdio.o",
- "sys/libc/stdio.c"
- ],
- "directory": "/home/nolln/root",
- "file": "sys/libc/stdio.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-g",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-Iinclude",
- "-o",
- "build/libn/error.o",
- "sys/libn/error.c"
- ],
- "directory": "/home/nolln/root",
- "file": "sys/libn/error.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-g",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-Iinclude",
- "-o",
- "build/libn/bufio.o",
- "sys/libn/bufio.c"
- ],
- "directory": "/home/nolln/root",
- "file": "sys/libn/bufio.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-g",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-Iinclude",
- "-o",
- "build/libn/memory.o",
- "sys/libn/memory.c"
- ],
- "directory": "/home/nolln/root",
- "file": "sys/libn/memory.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-g",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-Iinclude",
- "-o",
- "build/libn/io.o",
- "sys/libn/io.c"
- ],
- "directory": "/home/nolln/root",
- "file": "sys/libn/io.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-g",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-Iinclude",
- "-o",
- "build/libn/coro.o",
- "sys/libn/coro.c"
- ],
- "directory": "/home/nolln/root",
- "file": "sys/libn/coro.c"
- },
- {
- "arguments": [
- "clang",
- "-c",
- "-g",
- "-fno-strict-aliasing",
- "-fwrapv",
- "-fms-extensions",
- "-Iinclude",
- "-o",
- "build/libn/string.o",
- "sys/libn/string.c"
- ],
- "directory": "/home/nolln/root",
- "file": "sys/libn/string.c"
+ "file": "sys/libbio/io/newick.c"
}
] \ No newline at end of file