PERFORCE change 59891 for review

Peter Wemm peter at FreeBSD.org
Mon Aug 16 15:24:12 PDT 2004


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

Change 59891 by peter at peter_daintree on 2004/08/16 22:23:44

	temporary hack.  remind me to kick somebody for moving this out
	of /usr/share/mk which remained in sync with the userland compiler.

Affected files ...

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

Differences ...

==== //depot/projects/hammer/sys/conf/kern.pre.mk#28 (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