[omniORB] Library and Applications size
jorgefm@cirsa.com
jorgefm@cirsa.com
Wed Jun 12 17:33:02 2002
>> I have a little question about library size. I have compiled the omniORB
>> 4.0 with the option --disable-thread-tracing and i get the files:
>>
>> libomniORB4.so.0.0 size 6007564 bytes
>> libomnithread.so.0.0 size 25626 bytes
>
>What platform? On my Intel Linux machine, the omniORB library with
>debugging info and thread tracing is 6057915 bytes. Without debugging
>info (but still with thread tracing), it's 2050652 bytes. If I strip
>it, it goes down to 1634788 bytes. Still not exactly tiny, but much
>smaller.
I'm using a Intel Linux Machine in development, redhat 7.2 with kernel
2.4.19-pre8.
How can i strip the library ? I only made:
./configure --with-openssl=/lib --disable-thread-tracing
By default the sources are compiled without '-g', the what it means:
"the omniORB library with debugging info and thread tracing is 6057915
bytes.
Without debugging info (but still with thread tracing), it's 2050652
bytes" ??
Thanks,
Jorge