From 1a05bd20de2a252a892d2c2bbfe45cf584a0e370 Mon Sep 17 00:00:00 2001 From: Watson Wheeler Date: Sun, 28 Jun 2026 11:18:20 +1000 Subject: chore: remove compile_commands Signed-off-by: Watson Wheeler --- compile_commands.json | 173 -------------------------------------------------- 1 file changed, 173 deletions(-) delete mode 100644 compile_commands.json (limited to 'compile_commands.json') 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" - } -] -- cgit v1.2.3