|
I find use 'strip' command can decrease the size of execuatable binary ELF file by 10 times. or, a 10 mb file is decreased to 1 mb. Because the useful informations are removed, e.g. debug, symbol etc.
So, I wonder whether there is a tool to decrease the size of the lib files (*.so.* kind of files). Because I guess libary files also contain useless informations. Anyone has this knowledge, please let me know. Thanks a lot!
:help |
|