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: Debugging flags



> 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.


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