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 Feb 28, 2003, Toon Moene <toon at moene dot indiv dot nluug dot nl> wrote:

> Well, that only works if you keep the objects :-)

We have programs that extract symbol information from executables and
shared libraries before stripping them, and a patch for gdb that
enables it to use the extracted debugging information.  This doesn't
speed up build or install time or space, since the symbols still make
it to executables and to the install tree before they're stripped into
separate files, but it saves space in the binaries we ship without
removing the possibility of debugging such executables, as long as you
keep the extracted debugging information.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva at {redhat dot com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva at {lsd dot ic dot unicamp dot br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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