Disable -O2 debug option in the configure processing

Daniel Jacobowitz drow@mvista.com
Thu Mar 28 09:02:00 GMT 2002


On Thu, Mar 28, 2002 at 05:52:25PM +0100, Christophe PLANAT wrote:
> Hi,
> 
> Does anybody knows how to disable -O2 debugging option (and keep only
> -g) in all Makefile generated by configure during the GDB recursive
> configure processing (configure --target ...) ?
> 
> I try several tests modifying mt-[target], forcing CFLAGS=-g ... without
> any success
> 
> Thanks for your help

Set CFLAGS before you run configure and you should be fine.  I use '-O0
-g'.


-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer



More information about the Gdb mailing list