On Mon, Mar 03, 2008 at 12:29:45PM -0800, Dan Halperin wrote:
> Sorry for the dumb question :).
> 
> I've tried to change the global CXXFLAGS by modifying
> gnuradio/configure.ac, but the changes are not propagated to the rest of
> the tree even after a configure. I've had some success modifying all of
> the Makefile.am files in the directories of interest, but is there a
> better way?
> 
> [The goal would be to force -O0 and -g1, for instance]
> 
> Thanks!
> 
> Dan

I think you should be able to set them using

  ./configure CXXFLAGS="-O0 -g1" ...

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to