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]

Re: Removing duplicate DWARF2 info


> When you clean out the build directory, you lose the info.
> You lost the objects too, so what's the problem.
> It's like -frepo, but for debug info instead.

Indeed, yet another repository mechanism. A number of gcc contributors
(including myself) believe that any repository mechanism is inherently
broken, and that it is impossible to have it work in all cases where
it currently works.

Apart from the "multiple build directory" issue, you also have the
"static library issue", where you have enormous problems locating the
repository for object files that live in a .a file.

Regards,
Martin

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