We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21741e1 commit 019223fCopy full SHA for 019223f
build-linux.sh
@@ -62,7 +62,7 @@ pushd $CTAGS_NAME
62
./autogen.sh
63
PKG_CONFIG_PATH=$LIBS_DIR/lib/pkgconfig CC="musl-gcc -static" ./configure --prefix=$TARGET_DIR
64
make
65
-make install
+make install-strip
66
popd
67
68
build-macos.sh
@@ -47,7 +47,7 @@ for ARCH in arm64 x86_64; do
47
48
PKG_CONFIG_PATH=$LIBS_DIR/lib/pkgconfig CC="clang -arch $ARCH" ./configure --host $ARCH-apple-darwin --prefix=$TARGET_DIR
49
gmake
50
- gmake install
+ gmake install-strip
51
52
53
0 commit comments