Skip to content

Commit 5ab4013

Browse files
committed
Strip Linux binaries
1 parent 9371e75 commit 5ab4013

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ci/build.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,11 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
9797

9898
cd "$ROOT/ci/bin"
9999

100+
# Strip debug symbols
101+
strip $PLUGIN.so
102+
strip $PLUGIN.vst3/Contents/x86_64-linux/$PLUGIN.so
103+
strip $PLUGIN.lv2/lib$PLUGIN.so
104+
100105
# Upload
101106
cd "$ROOT/ci/bin"
102107
zip -r ${PLUGIN}_Linux.zip $PLUGIN.so $PLUGIN.vst3 $PLUGIN.lv2

0 commit comments

Comments
 (0)