Skip to content

Commit

Permalink
strip linux libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
btsimonh authored and chearon committed Dec 6, 2024
1 parent 48874a9 commit acf33d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prebuild/Linux/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ for so in $copies; do
# Set the run_path for all dependencies.
patchelf --set-rpath '$ORIGIN' build/Release/$(basename $so)
done;

find "./build/Release" -type f -name "*.so*" -exec strip --strip-unneeded {} \;

0 comments on commit acf33d0

Please sign in to comment.