Subject: Re: Building debuging libraries?
To: Andrew Cagney <cagney@highland.com.au>
From: J.T. Conklin <jconklin@netcom.com>
List: current-users
Date: 05/12/1995 22:16:55
> What is the `correct' way to build debuging versions (ie with -g)
> of the libraries?

I usually override CC.  ie. make CC="gcc -g"

	--jtc