This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC --enable-debugging


On Thu, Oct 31, 2002 at 07:41:19PM -0600, Benjamin Kosnik wrote:
> ...builds libstdc++.so twice. Once as-is, once for debugging. Debugging
> options can include CXXFLAGS="-g -O0",

Maybe even -g3.

> perhaps a change to use malloc-alloc allocators,

Hmmmm.  That could be good.

> and perhaps --enable-concept-checks.

This won't help.  The concept checks only do things during compilation.

> Installed in $prefix/lib/debug/

Works for me.


Why don't we just rework the existing --enable-debug switch for this purpose?


Phil

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                 - Edsger Dijkstra, 1930-2002


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