This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> > 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. 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]