a minimal set of ICE binary for Linux

in Help Center
Hi, staffs,
would you please provide a minimal set of ICE binary for Linux? We compiled and got a set more than 20M.
Thanks,
would you please provide a minimal set of ICE binary for Linux? We compiled and got a set more than 20M.
Thanks,
0
Comments
libIceUtil.so, LibIce.so, Freeze are needed. But my libice.so is more than 15M. Would you please provide a minimal set?
Regards,
Note that stripping really only reduces the size on disk. In memory, the symbol table isn't loaded anyway. To find out the real size of a binary (i.e., what is loaded into memory), don't just look at it's size on disk, but use "size libFoo.so".
For more information, please see the manual pages for "size" and "strip".