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 9371e75 commit 5ab4013Copy full SHA for 5ab4013
1 file changed
ci/build.sh
@@ -97,6 +97,11 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
97
98
cd "$ROOT/ci/bin"
99
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
+
105
# Upload
106
107
zip -r ${PLUGIN}_Linux.zip $PLUGIN.so $PLUGIN.vst3 $PLUGIN.lv2
0 commit comments