We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3503c4 commit 0fa44d0Copy full SHA for 0fa44d0
build.sh
@@ -45,8 +45,8 @@ cd /mnt/raspotify
45
mkdir -p raspotify/usr/bin
46
cp -v /build/arm-unknown-linux-gnueabihf/release/librespot raspotify/usr/bin
47
48
-# Strip dramatically decreases the size
49
-arm-linux-gnueabihf-strip raspotify/usr/bin/librespot
+# Strip dramatically decreases the size -- Disabled so we get tracebacks
+#arm-linux-gnueabihf-strip raspotify/usr/bin/librespot
50
51
# Compute final package version + filename for Debian control file
52
DEB_PKG_VER="${RASPOTIFY_GIT_VER}~librespot.${LIBRESPOT_DEB_VER}"
0 commit comments