This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
setting -DDEBUG
- To: GNU Autotools <automake at gnu dot org>
- Subject: setting -DDEBUG
- From: Dean Hoover <dhoover at acm dot org>
- Date: Wed, 28 Feb 2001 17:33:45 -0500
- List-Id: Discussion list for automake <automake.gnu.org>
- Reply-To: dhoover at acm dot org
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?
Dean