> 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

Edgar

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