On Mon, Jan 31, 2005 at 10:54:20PM -0800, [EMAIL PROTECTED] wrote:
> Good day,
> 
> I'm attempting to build a release version of 2.6.17 on FC3 and I am
> failing.  No matter what switch I provide configure, I end up with -g on
> the gcc command line.
> 
> I've tried --without-debug, --disable-debug, etc., but none seem to work.

  export CFLAGS=-O2 ; ./configure ; make ; make install should do it.

Daniel

-- 
Daniel Veillard      | Red Hat Desktop team http://redhat.com/
[EMAIL PROTECTED]  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to