I want to strip dylib. How can it be done?
Like on Linux, strip -strip--unneeded * so
command works.
But on mac, what is command to strip dylib or reduce size of dylib?
I want to strip dylib. How can it be done?
Like on Linux, strip -strip--unneeded * so
command works.
But on mac, what is command to strip dylib or reduce size of dylib?