Re: debug target

2001-03-03 Thread Tom Tromey
"Dean" == Dean Hoover [EMAIL PROTECTED] writes: make clean all CFLAGS=-ggdb Dean The sources are c++, so should I set CXXFLAGS instead? Yes. Dean Is this somewhere in the documents? It ought to be. If not please tell us. Tom

debug target

2001-02-28 Thread Dean Hoover
would like to know how to go about adding a debug target, such that -O2 is not given on the compile/link lines. Any ideas? Thanks. Dean Hoover

Re: debug target

2001-02-28 Thread Akim Demaille
to use this in conjunction with CVS. I would like to know how to go about adding a debug target, such that -O2 is not given on the compile/link lines. Any ideas? make clean all CFLAGS=-ggdb

Re: debug target

2001-02-28 Thread Dean Hoover
and several libraries. I plan to use this in conjunction with CVS. I would like to know how to go about adding a debug target, such that -O2 is not given on the compile/link lines. Any ideas? make clean all CFLAGS=-ggdb The sources are c++, so should I set CXXFLAGS instead? Is this somewhere