A little help....
Maciej W. Rozycki
macro@ds2.pg.gda.pl
Thu Jan 29 13:47:00 GMT 2004
On Wed, 28 Jan 2004, Ian Lance Taylor wrote:
> Well, certainly
> make CFLAGS='-g -O0' all
> does what you want.
>
> I think that's what you have to do for gcc as well. That is, you need
> to pass CFLAGS to make, not just set it in the environment.
But:
$ CFLAGS='-g -O0' ./configure
or:
$ ./configure 'CFLAGS=-g -O0'
and then `make' with no options are usually yet better.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
More information about the Binutils
mailing list