diff options
| author | Watson Wheeler <git@tazy.dev> | 2026-06-28 11:18:20 +1000 |
|---|---|---|
| committer | Watson Wheeler <git@tazy.dev> | 2026-06-28 11:18:20 +1000 |
| commit | dbcd54dd7114bd23ddcef149291822c38e523fd2 (patch) | |
| tree | 22b37ccb78bc8ecc2d9861269b9ae727aaeef268 | |
| parent | 2de9b0af5a9fcf30a36ff4bda8adcb9acd7062f1 (diff) | |
chore: remove compile_commands
Signed-off-by: Watson Wheeler <git@tazy.dev>
| -rw-r--r-- | compile_commands.json | 173 |
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" - } -] |
