From 46a29037d43c774c07c1160994b15bb1a64c20a7 Mon Sep 17 00:00:00 2001 From: Nicolas Viennot Date: Mon, 28 Mar 2016 23:19:42 -0400 Subject: [PATCH] strip static builds Fixes #79 --- Makefile.static-build | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.static-build b/Makefile.static-build index 6db26d76..9bc83d92 100644 --- a/Makefile.static-build +++ b/Makefile.static-build @@ -54,6 +54,7 @@ tmate: $(MSGPACK_LIB) $(LIBSSH_LIB) $(patsubst %,libc/%.o,$(STATIC_LIBC_OBJECTS) ./autogen.sh $(TMATE_CONFIGURE) ./configure --enable-static +make + strip tmate clean: rm -rf ext libc $(LIBSSH) $(MSGPACK)