Re: linking fails for large debug builds
Thomas Klausner <[email protected]>
| Newsgroups | gmane.os.netbsd.current |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jan 30, 2026 at 04:52:12PM +0100, Joerg Sonnenberger wrote: > On 1/30/26 1:32 PM, Thomas Klausner wrote: > > I'm trying to debug webkit-gtk, but I run into the problem that '-g' > > builds don't link. > > Try using -gdwarf64. Thank you, that works! What are the advantages/disadvantages of this compared to the -g default? Is this something I should use in general (instead of -g), or just in cases like this webkit-gtk? Thomas