This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A little help....


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        +


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]