re their workflow for
> building (as little as possible that encompasses changes), testing,
> and debugging?
I do most work in an object directory configured with
--disable-bootstrap. When I want a debug build I do "make CFLAGS=-g
all-gcc". For testing I use a different object directory configured
without --disable-bootstrap.
Ian
Ian Lance Taylor wrote:
John Freeman <[EMAIL PROTECTED]> writes:
This is something I look into periodically, and each time I find a
solution that's slightly better, but not what I want. I've looked at
the wiki (http://gcc.gnu.org/wiki/DebuggingGCC) many times, so no need
to refer me there.
John Freeman <[EMAIL PROTECTED]> writes:
> This is something I look into periodically, and each time I find a
> solution that's slightly better, but not what I want. I've looked at
> the wiki (http://gcc.gnu.org/wiki/DebuggingGCC) many times, so no need
> to refer me there. I am trying to debug
Howdy,
This is something I look into periodically, and each time I find a
solution that's slightly better, but not what I want. I've looked at
the wiki (http://gcc.gnu.org/wiki/DebuggingGCC) many times, so no need
to refer me there. I am trying to debug the C++ front-end, and I took
the wik