In message <20011230184719.A3441@lemuria.org>, Tom writes:
>I have successfully built sqlite on the skiffcluster with 0 code
>changes. the resulting .so is about 500k. if I strip it, it moves down
>to 240k, but I don't do library programming usually, so I'm not sure if
>that is a good thing to do. something tells me stripping a dynamic lib
>is a dumb thing to do.
Stripping an ELF library should be safe enough, actually.
You might also try building with CFLAGS="-Os -fomit-frame-pointer", see if
that brings any further reduction. If it's currently using -O3 you definitely
want to remove that.
p.
Received on Sun Dec 30 09:52:27 2001
This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:41:26 EDT