Skip to content

Commit 019223f

Browse files
committed
Strip
1 parent 21741e1 commit 019223f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pushd $CTAGS_NAME
6262
./autogen.sh
6363
PKG_CONFIG_PATH=$LIBS_DIR/lib/pkgconfig CC="musl-gcc -static" ./configure --prefix=$TARGET_DIR
6464
make
65-
make install
65+
make install-strip
6666
popd
6767

6868
popd

build-macos.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ for ARCH in arm64 x86_64; do
4747
./autogen.sh
4848
PKG_CONFIG_PATH=$LIBS_DIR/lib/pkgconfig CC="clang -arch $ARCH" ./configure --host $ARCH-apple-darwin --prefix=$TARGET_DIR
4949
gmake
50-
gmake install
50+
gmake install-strip
5151
popd
5252

5353
popd

0 commit comments

Comments
 (0)