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

Re: debug target

2001-02-28 Thread Dean Hoover
le > > directories and several executables 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=

Re: debug target

2001-02-28 Thread Akim Demaille
veral 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

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