commit 27d439a392fd0cb2ca8d3b601daa3c703784c76a parent 3f2d3cb8c9f3fe8c361b8079a863030b2cf1d403 Author: finwo <finwo@pm.me> Date: Sat, 14 Mar 2026 00:20:24 +0100 Strip binaries to remove unneeded debug symbols Diffstat:
| M | Makefile | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -86,6 +86,7 @@ lib/tidwall/json.c: dep: $(LIBS) $(OBJ) ${CC} ${OBJ} ${CFLAGS} ${LDFLAGS} -o $@ + strip --strip-all $@ .PHONY: clean clean: