Re: cygwin.h and debug formats

2007-07-10 Thread Brian Dessent
NightStrike wrote: > Is it at all possible to include DWARF2 support in future releases? Is this > already on the agenda? Cygwin support for DWARF-2 debug information already exists in gcc and binutils and has worked for some years. Add -gdwarf-2 to CFLAGS. It's just not the default. Brian -

RE: cygwin.h and debug formats

2007-07-10 Thread Dave Korn
On 10 July 2007 17:48, NightStrike wrote: > cygwin.h doesn't define DWARF2 as an option for debugging formats. This > causes a large array of spurios warnings of the form: > > /tmp/ccifRtnm.s:248198: Warning: .stabs: description field '138ef' too big, > try a different debug format > > > Is it