Hello all.

I have a problem: my shared library cannot be linked, because it's too big (all 
objs are 140 megs in size). I compile sources with "-g" option. As I 
understand, g++ produces level 2 debug info in stubs+ format.

I want to use breakpoints and see stack backtraces. Can I switch to level 1 
info? (I guess: no.)

What debug info format is smaller and easier (linker consumes less memory) to 
link?

Regards,
Alexei.
--


Reply via email to