PERFORCE change 59944 for review

Peter Wemm peter at FreeBSD.org
Tue Aug 17 17:33:09 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=59944

Change 59944 by peter at peter_daintree on 2004/08/18 00:32:47

	revert the gcc-3.4 option removal

Affected files ...

.. //depot/projects/hammer/sys/conf/kern.pre.mk#29 edit

Differences ...

==== //depot/projects/hammer/sys/conf/kern.pre.mk#29 (text+ko) ====

@@ -70,8 +70,8 @@
 CFLAGS+= ${INCLUDES} -D_KERNEL -include opt_global.h
 .if ${CC} != "icc"
 CFLAGS+= -fno-common -finline-limit=${INLINE_LIMIT}
-#CFLAGS+= --param inline-unit-growth=100
-#CFLAGS+= --param large-function-growth=1000
+CFLAGS+= --param inline-unit-growth=100
+CFLAGS+= --param large-function-growth=1000
 WERROR?= -Werror
 .endif
 


More information about the p4-projects mailing list