Francois wrote:
> Really 9MB vs 500MB. I know it is hard to believe. 

So, you have an executable that is normally 9MB in size.
But, when you compile this for debugging (-g?) it turns
out to be 500MB is size?

> But we use a lot of shared libraries (lib*so), which might explain the huge 
> difference.

What do you mean?  Do you link to shared libraries normally,
but link to something different (perhaps the shared object
contents in an archive (.a) format) when building the
debug version of the executable?

-- 

Rod.

Reply via email to