Skip to content

Commit

Permalink
remove strip
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jan 22, 2022
1 parent d30fecd commit 9c9377b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dist/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ mkdir -p $s3_path
if [ "$BUILD_TARGET" == "linuxjack" ] || \
[ "$BUILD_TARGET" == "linux_arm32" ] || \
[ "$BUILD_TARGET" == "linux_arm64" ]; then
#./studio-link-standalone -t 5

strip --strip-all studio-link-standalone

chmod +x studio-link-standalone
mv studio-link-standalone studio-link-standalone-$version_tc
tar -cvzf studio-link-standalone-$version_tc.tar.gz studio-link-standalone-$version_tc
Expand Down

0 comments on commit 9c9377b

Please sign in to comment.