ddd
[Top][All Lists]
Advanced

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

Re: setting debug info


From: Andreas Zeller
Subject: Re: setting debug info
Date: 18 Sep 2001 08:36:26 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Cuyahoga Valley)

"Kedrowski, Philip R." <address@hidden> writes:

> Would you please tell me how to enable the debugging info when
> compiling using the makefile.

Normally - that is, for Makefiles according to the GNU standard, as
generated by `autoconf' and `automake' -, you can set CC flags using

    $ make CFLAGS=-g  <target>

Use CXXFLAGS for C++ flags, LDFLAGS for linker flags.

Andreas

-- 
Andreas Zeller          Universitaet des Saarlandes, Saarbruecken, Germany
                        http://www.st.cs.uni-sb.de/~zeller/



reply via email to

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