This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Huge Increase in Unstripped Executable Size G++ 2.95 to 3.2


On Fri, 2003-02-28 at 14:47, Toon Moene wrote:
> How would your scheme work in this case ?

It isn't my scheme.  I don't know the details of how it works.

If you are using static libraries (archives), then I think it would work
fine, since the archives just contain the object files with the original
debug info.

Shared libraries are a different matter.  The debug info would have to
be in the shared library, or you would have to keep the original
objects.  Either way there doesn't seem to be much benefit here for
shared libraries.

Jim



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]