summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compile_commands.json173
1 files changed, 0 insertions, 173 deletions
diff --git a/compile_commands.json b/compile_commands.json
deleted file mode 100644
index 163cafc..0000000
--- a/compile_commands.json
+++ /dev/null
@@ -1,173 +0,0 @@
-[
- {
- "arguments": [
- "/usr/bin/cc",
- "-Wall",
- "-Wextra",
- "-Werror",
- "-std=c11",
- "-Iinclude",
- "--coverage",
- "-O2",
- "-c",
- "-o",
- "build/src/bridges/stdio/stream_bridge.o",
- "src/bridges/stdio/stream_bridge.c"
- ],
- "directory": "/home/watson/tinyff",
- "file": "/home/watson/tinyff/src/bridges/stdio/stream_bridge.c",
- "output": "/home/watson/tinyff/build/src/bridges/stdio/stream_bridge.o"
- },
- {
- "arguments": [
- "/usr/bin/cc",
- "-Wall",
- "-Wextra",
- "-Werror",
- "-std=c11",
- "-Iinclude",
- "--coverage",
- "-O2",
- "-c",
- "-o",
- "build/src/common.o",
- "src/common.c"
- ],
- "directory": "/home/watson/tinyff",
- "file": "/home/watson/tinyff/src/common.c",
- "output": "/home/watson/tinyff/build/src/common.o"
- },
- {
- "arguments": [
- "/usr/bin/cc",
- "-Wall",
- "-Wextra",
- "-Werror",
- "-std=c11",
- "-Iinclude",
- "--coverage",
- "-O2",
- "-c",
- "-o",
- "build/src/stream.o",
- "src/stream.c"
- ],
- "directory": "/home/watson/tinyff",
- "file": "/home/watson/tinyff/src/stream.c",
- "output": "/home/watson/tinyff/build/src/stream.o"
- },
- {
- "arguments": [
- "/usr/bin/cc",
- "-Wall",
- "-Wextra",
- "-Werror",
- "-std=c11",
- "-Iinclude",
- "--coverage",
- "-O2",
- "-c",
- "-o",
- "build/src/dbg.o",
- "src/dbg.c"
- ],
- "directory": "/home/watson/tinyff",
- "file": "/home/watson/tinyff/src/dbg.c",
- "output": "/home/watson/tinyff/build/src/dbg.o"
- },
- {
- "arguments": [
- "/usr/bin/cc",
- "-Wall",
- "-Wextra",
- "-Werror",
- "-std=c11",
- "-Iinclude",
- "--coverage",
- "-O2",
- "-c",
- "-o",
- "build/src/format/image/bmp.o",
- "src/format/image/bmp.c"
- ],
- "directory": "/home/watson/tinyff",
- "file": "/home/watson/tinyff/src/format/image/bmp.c",
- "output": "/home/watson/tinyff/build/src/format/image/bmp.o"
- },
- {
- "arguments": [
- "/usr/bin/cc",
- "-Wall",
- "-Wextra",
- "-Werror",
- "-std=c11",
- "-Iinclude",
- "--coverage",
- "-O2",
- "-c",
- "-o",
- "build/src/format/image/png.o",
- "src/format/image/png.c"
- ],
- "directory": "/home/watson/tinyff",
- "file": "/home/watson/tinyff/src/format/image/png.c",
- "output": "/home/watson/tinyff/build/src/format/image/png.o"
- },
- {
- "arguments": [
- "/usr/bin/cc",
- "-Wall",
- "-Wextra",
- "-Werror",
- "-std=c11",
- "-Iinclude",
- "--coverage",
- "-O2",
- "-c",
- "-o",
- "build/src/tinyff.o",
- "src/tinyff.c"
- ],
- "directory": "/home/watson/tinyff",
- "file": "/home/watson/tinyff/src/tinyff.c",
- "output": "/home/watson/tinyff/build/src/tinyff.o"
- },
- {
- "arguments": [
- "/usr/bin/cc",
- "-Wall",
- "-Wextra",
- "-Werror",
- "-std=c11",
- "-Iinclude",
- "--coverage",
- "-O2",
- "-c",
- "-o",
- "build/src/ext/crc32.o",
- "src/ext/crc32.c"
- ],
- "directory": "/home/watson/tinyff",
- "file": "/home/watson/tinyff/src/ext/crc32.c",
- "output": "/home/watson/tinyff/build/src/ext/crc32.o"
- },
- {
- "arguments": [
- "/usr/bin/cc",
- "-Wall",
- "-Wextra",
- "-Werror",
- "-std=c11",
- "-Iinclude",
- "--coverage",
- "-O2",
- "-c",
- "-o",
- "build/src/ext/tinflate.o",
- "src/ext/tinflate.c"
- ],
- "directory": "/home/watson/tinyff",
- "file": "/home/watson/tinyff/src/ext/tinflate.c",
- "output": "/home/watson/tinyff/build/src/ext/tinflate.o"
- }
-]