This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Removing duplicate DWARF2 info
- To: dberlin at redhat dot com
- Subject: Re: Removing duplicate DWARF2 info
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 11 Jul 2000 09:12:40 +0200
- CC: meissner at cygnus dot com, zack at wolery dot cumb dot org, gcc at gcc dot gnu dot org
- References: <Pine.LNX.4.21.0007110018130.31215-100000@devserv.devel.redhat.com>
> Then you can do it using a similar scheme to the way template repositories
> are done, not emitting the actual debug info until right before you link,
> during the recompile.
Are you proposing that every source file is compiled *at least twice*,
once during build and once during linking? I'm sure users of the C++
compiler will love that scheme...
Regards,
Martin