[OpenAFS-devel] where to set compile flags

Derrick J Brashear shadow@dementia.org
Fri, 13 Dec 2002 22:05:55 -0500 (EST)


On Thu, 12 Dec 2002, [iso-8859-2] Martin MOKREJŠ wrote:

> > > Isn't much better solutions. I see some prepared Makefile.sgi65 are being
> > > copied over, it seems I really cannot add -g2 easily. Could someone who
> > > developed the auto* part shed more light into the process?
> >
> > The auto* stuff was glued over the old build system, which then started
> > evolving underneath
> >
> > Try
> > make DBG=-g
> 
> Well, that unfortunately did not help either:

Looking at src/config/Makefile.sgi_65.in it looks like DBG is already -g
OPTMZ=-g (or just editing that file to that effect) might be useful.

What's -g2 (as opposed to -g)?