automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: setting -DDEBUG


From: Bernard Dautrevaux
Subject: RE: setting -DDEBUG
Date: Thu, 1 Mar 2001 10:16:57 +0100

> -----Original Message-----
> From: Dean Hoover [mailto:address@hidden
> 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: address@hidden
                address@hidden
-------------------------------------------- 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]