Strip binaries before make install
This commit is contained in:
parent
13bf8d7752
commit
9413616c72
|
@ -15,5 +15,5 @@ cd libwebp-* || exit
|
||||||
# configure libwebp and launch compilation
|
# configure libwebp and launch compilation
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
make -j "$(nproc)"
|
make -j "$(nproc)"
|
||||||
|
strip --strip-unneeded /usr/local/src/libwebp-*/examples/.libs/{cwebp,dwebp}
|
||||||
make install
|
make install
|
||||||
strip --strip-unneeded /usr/bin/cwebp
|
|
Loading…
Reference in New Issue
Block a user