From: Michael Tremer Date: Tue, 19 May 2009 17:55:33 +0000 (+0200) Subject: Compile glibc with -O3 as fedora does. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f34dbe281bec3b3a14da3882d1ee347dc6efaf5e;p=ipfire-3.x.git Compile glibc with -O3 as fedora does. --- diff --git a/lfs/glibc b/lfs/glibc index a0fbb690b..4077daea2 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -55,7 +55,7 @@ define LONG_DESC Linux system will not function. endef -CFLAGS = -O2 -pipe +CFLAGS = -O3 -pipe CXXFLAGS = OPTIMIZED_KERNEL = 2.6.18