From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mumit Khan To: Daniel.Egger@t-online.de Cc: egcs@cygnus.com Subject: Re: Debugging flags Date: Fri, 26 Jun 1998 22:48:00 -0000 Message-id: <9806270548.AA18433@modi.xraylith.wisc.edu> References: <98062616030401.00643@z2.n2480.f898.fidonet.org> X-SW-Source: 1998-06/msg00983.html 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