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


Daniel.Egger@t-online.de (Daniel Egger) writes:
> 
>  I seldom use debuggers to debug egcs. And if I intend to do so I'll compile
>  it completely with debugging. For normal programs I don't need a debugable
>  libstdc++.....
> 

Actually, you do if you build egcs with --enable-shared. It's rather
messy to debug C++ "user programs" when a shared libstdc++ is compiled
without -g, with or without -O/-O2.

Mumit


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