Nevermind (was: RE: Rob: Setup build Q)

Gary R. Van Sickle g.r.vansickle@worldnet.att.net
Sun Dec 1 21:27:00 GMT 2002


> > On Sun, Dec 01, 2002 at 10:33:45PM -0600, Gary R. Van Sickle wrote:
> > >Rob, how do you do debug builds (-O0 -g) with the setup build 
> infrastructure?
> > >Setting things like 'CFLAGS=-O0 -g' on the configure command line
> > don't really
> > >work, since it looks like you have such values hardcoded in the
> > Makefile.am &/|
> > >configure.in's.  Are you simply changing these hardcoded values and
> > >re-bootstrap.sh'ing?
> >
> > Doesn't
> >
> >   make CFLAGS=-g
> >
> > work?
> 
> No, that doesn't work either.
> 

But this does:

make 'CFLAGS=-O0 -g' 'CXXFLAGS=-O0 -g'

And next time I'll remember that CPPFLAGS != CXXFLAGS ;-).

-- 
Gary R. Van Sickle
Brewer.  Patriot. 



More information about the Cygwin-apps mailing list