From 5ab4013605b3b37e3e6e46d65801bd9d7e07f342 Mon Sep 17 00:00:00 2001 From: Roland Rabien Date: Sat, 10 Jan 2026 17:56:59 -0800 Subject: [PATCH] Strip Linux binaries --- ci/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/build.sh b/ci/build.sh index 18020ef..25d1f0a 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -97,6 +97,11 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then cd "$ROOT/ci/bin" + # Strip debug symbols + strip $PLUGIN.so + strip $PLUGIN.vst3/Contents/x86_64-linux/$PLUGIN.so + strip $PLUGIN.lv2/lib$PLUGIN.so + # Upload cd "$ROOT/ci/bin" zip -r ${PLUGIN}_Linux.zip $PLUGIN.so $PLUGIN.vst3 $PLUGIN.lv2