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 48874a9 commit acf33d0Copy full SHA for acf33d0
prebuild/Linux/bundle.sh
@@ -13,3 +13,5 @@ for so in $copies; do
13
# Set the run_path for all dependencies.
14
patchelf --set-rpath '$ORIGIN' build/Release/$(basename $so)
15
done;
16
+
17
+find "./build/Release" -type f -name "*.so*" -exec strip --strip-unneeded {} \;
0 commit comments