From c8c6522cce9425bc85c54e842f0d35fe2f263c99 Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 16 Nov 2002 10:17:48 +0000 Subject: [PATCH] Strange - the -O2 fix was missing from b_lov... --- lustre/archdep.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/archdep.m4 b/lustre/archdep.m4 index b11266c..789d2f5 100644 --- a/lustre/archdep.m4 +++ b/lustre/archdep.m4 @@ -15,7 +15,7 @@ AC_MSG_CHECKING(setting make flags system architecture: ) case ${host_cpu} in um ) AC_MSG_RESULT($host_cpu) - KCFLAGS='-g -Wall -pipe -Wno-trigraphs -Wstrict-prototypes -fno-strict-aliasing -fno-common ' + KCFLAGS='-g -O2 -Wall -pipe -Wno-trigraphs -Wstrict-prototypes -fno-strict-aliasing -fno-common ' KCPPFLAGS='-D__KERNEL__ -U__i386__ -Ui386 -DUM_FASTCALL -D__arch_um__ -DSUBARCH="i386" -DNESTING=0 -D_LARGEFILE64_SOURCE -Derrno=kernel_errno -DPATCHLEVEL=4 -DMODULE -I$(LINUX)/arch/um/include ' MOD_LINK=elf_i386 ;; -- 1.8.3.1