Skip to content

Commit 9c9377b

Browse files
committed
remove strip
1 parent d30fecd commit 9c9377b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dist/build.sh

-4
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,6 @@ mkdir -p $s3_path
242242
if [ "$BUILD_TARGET" == "linuxjack" ] || \
243243
[ "$BUILD_TARGET" == "linux_arm32" ] || \
244244
[ "$BUILD_TARGET" == "linux_arm64" ]; then
245-
#./studio-link-standalone -t 5
246-
247-
strip --strip-all studio-link-standalone
248-
249245
chmod +x studio-link-standalone
250246
mv studio-link-standalone studio-link-standalone-$version_tc
251247
tar -cvzf studio-link-standalone-$version_tc.tar.gz studio-link-standalone-$version_tc

0 commit comments

Comments
 (0)