Building a debuggable GCC
See
http://gcc.gnu.org/ml/gcc/2004-10/msg00564.html
To summarize, set CFLAGS to your favorite debugging flags (-g -O0), configure, and run 'make' only.
See
http://gcc.gnu.org/ml/gcc/2004-10/msg00564.html
To summarize, set CFLAGS to your favorite debugging flags (-g -O0), configure, and run 'make' only.
last edited 2005-04-06 22:20:11 by RobertKidd