stripping shared objects ΒΆ
unlike normal strip
, it is a bad idea to sstrip shared objects.
doing so will cause linker errors like
/usr/bin/ld: /usr/lib/sstripped.so: error adding symbols: file in wrong format
which is quite an unhelpful error message because everyone else running into it seems to instead be attempting to cross compile incorrectly...