This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: RFC --enable-debugging
- From: Phil Edwards <phil at jaj dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 31 Oct 2002 22:49:15 -0500
- Subject: Re: RFC --enable-debugging
- References: <20021031194119.548d7555.bkoz@redhat.com>
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