override default CXXFLAGS

2001-06-22 Thread Tilo Riemer
hello, I have switched my c++-project to autotools. but I have the following problem: I set the CXXFLAGS via AM_CXXFLAGS in Makefile.am. the relase version should have no -g flag... but there is a default CXX_FLAGS variable in Makefile which has always the -g flag. how can I remove this one? be

Re: override default CXXFLAGS

2001-06-25 Thread Tilo Riemer
> > > I set the CXXFLAGS via AM_CXXFLAGS in Makefile.am. the relase version > > > should have no -g flag... but there is a default CXX_FLAGS variable in > > > Makefile which has always the -g flag. how can I remove this one? > > > > One way is to set it in the environment when running the configur