From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: manfred@s-direktnet.de, Manfred.Hollstein@ks.sel.alcatel.de Cc: Daniel.Egger@t-online.de, egcs@cygnus.com Subject: Re: Debugging flags Date: Thu, 25 Jun 1998 12:07:00 -0000 Message-id: <199806251907.MAA11203@atrus.synopsys.com> References: <13714.16736.633341.977475@slsvhmt> X-SW-Source: 1998-06/msg00907.html > It's really that simple. And, don't omit `-g' from CXXFLAGS as this > will prevent you from being able to use your favourite debugger > looking at C++ objects whose type definitions originate from one of > those C++ libs. It's been suggested that `-g1' could be used here, to generate partial (but enough) debugging information in the C++ objects. I have not verified this.