Skip to content

Commit 0fa44d0

Browse files
committed
Don't strip so we get tracebacks
1 parent b3503c4 commit 0fa44d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ cd /mnt/raspotify
4545
mkdir -p raspotify/usr/bin
4646
cp -v /build/arm-unknown-linux-gnueabihf/release/librespot raspotify/usr/bin
4747

48-
# Strip dramatically decreases the size
49-
arm-linux-gnueabihf-strip raspotify/usr/bin/librespot
48+
# Strip dramatically decreases the size -- Disabled so we get tracebacks
49+
#arm-linux-gnueabihf-strip raspotify/usr/bin/librespot
5050

5151
# Compute final package version + filename for Debian control file
5252
DEB_PKG_VER="${RASPOTIFY_GIT_VER}~librespot.${LIBRESPOT_DEB_VER}"

0 commit comments

Comments
 (0)