> -----Original Message-----
> From: Dean Hoover [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, February 28, 2001 11:34 PM
> To: GNU Autotools
> Subject: setting -DDEBUG
>
>
> Thanks for the response on the debug
> target question. I did like you said
> except set CXXFLAGS=-g
> and it worked just fine. EXCEPT,
> I also want to set -DDEBUG on
> the call to c++.
>
> How would I do that without
> messing up DEFS?
Probably just pass "CXXFLAGS=-g -DDEBUG" to make (don't forget the quotes):
make "CXXFLAGS=-g -DDEBUG" all
HTH
Bernard
--------------------------------------------
Bernard Dautrevaux
Microprocess Ingenierie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel: +33 (0) 1 47 68 80 80
Fax: +33 (0) 1 47 88 97 85
e-mail: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--------------------------------------------