Skip to content

Commit acf33d0

Browse files
btsimonhchearon
authored andcommitted
strip linux libraries
1 parent 48874a9 commit acf33d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

prebuild/Linux/bundle.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ for so in $copies; do
1313
# Set the run_path for all dependencies.
1414
patchelf --set-rpath '$ORIGIN' build/Release/$(basename $so)
1515
done;
16+
17+
find "./build/Release" -type f -name "*.so*" -exec strip --strip-unneeded {} \;

0 commit comments

Comments
 (0)