--- src/sys/conf/bsd.kern.mk 2006/07/02 00:55:08 1.8 +++ src/sys/conf/bsd.kern.mk 2006/07/02 00:57:14 1.9 @@ -19,6 +19,10 @@ CWARNFLAGS?= -Wall -Wredundant-decls -Wn # of material assistance. # +CFLAGS+= -finline-limit=${INLINE_LIMIT} +CFLAGS+= --param inline-unit-growth=100 +CFLAGS+= --param large-function-growth=1000 + # Require the proper use of 'extern' for variables. -fno-common will # cause duplicate declarations to generate a link error. #