From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: "Joseph H. Buehler" Cc: Joe Buck , egcs@cygnus.com Subject: Re: Compiling without -g Date: Fri, 23 Jan 1998 21:57:00 -0000 Message-id: <27114.885615553@hurl.cygnus.com> References: <199801222344.SAA11529@altera.gaithersburg.md.us> X-SW-Source: 1998-01/msg00876.html In message < 199801222344.SAA11529@altera.gaithersburg.md.us >you write: > Here's what happens under redhat 5.0. I configure with CFLAGS=-O and > run "make" with CFLAGS=-O. As soon as the bootstrap starts in the > gcc/ directory, a -g appears in the compiler arguments and the -O is > gone. The first stage compiler is built with just "-g" for debugging purposes. If you want to pass arguments to the first stage build of gcc use BOOT_CFLAGS= jeff