From 9413616c722dc242b54c08f5a5ed2d31c9ac06cc Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 12 Jul 2019 15:23:17 +0200 Subject: [PATCH] Strip binaries before make install --- install-webp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-webp.sh b/install-webp.sh index 6d6eeb1..d8ae110 100644 --- a/install-webp.sh +++ b/install-webp.sh @@ -15,5 +15,5 @@ cd libwebp-* || exit # configure libwebp and launch compilation ./configure --prefix=/usr make -j "$(nproc)" +strip --strip-unneeded /usr/local/src/libwebp-*/examples/.libs/{cwebp,dwebp} make install -strip --strip-unneeded /usr/bin/cwebp \ No newline at end of file