On Wed, Mar 07, 2012 at 02:41:14PM +0100, Edgar Grimberg wrote:
> > Currently I am redefining CFLAGS in ./configure, something like
> > CFLAGS="$CFLAGS -g ...", but I am suspecting that there might be some
> > more elegant way to do this.
> 
> How about:
> # export CFLAGS="-g"
> # ./configure
> 
> or even in one line:
> 
> CFLAGS="-g" ; . ./configure

I think that last can be:

CFLAGS="-g" ./configure

John

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to