strip static builds

Fixes #79
This commit is contained in:
Nicolas Viennot 2016-03-28 23:19:42 -04:00
parent d41b06dea2
commit 46a29037d4

View File

@ -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)