Skip to content

Instantly share code, notes, and snippets.

@lumieru
lumieru / strip-lib.sh
Created November 4, 2020 13:43 — forked from neonichu/strip-lib.sh
Strip debug symbol from universal static libraries (tested for iOS only)
#!/bin/sh
#
## Strip debug symbol from universal static libraries
#
if [ -z "$1" ]
then
echo "$0 library"
exit 1