summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-02-04 06:22:27 +0000
committerimp <imp@FreeBSD.org>2006-02-04 06:22:27 +0000
commit3ee7076370d765962517cf47b8e84d3c9c61fa9f (patch)
treea3c53c050a53b211aca2568c561ec2d10a322a2d /sys/conf/kmod.mk
parent4fcf1e603c8e1a118fe3e982ba5355923e2c9c44 (diff)
downloadFreeBSD-src-3ee7076370d765962517cf47b8e84d3c9c61fa9f.zip
FreeBSD-src-3ee7076370d765962517cf47b8e84d3c9c61fa9f.tar.gz
Fix minor inconsistancy between kernel built modules and stand-alone
built buildes. I believe this gives the same flags on the command line for both.
Diffstat (limited to 'sys/conf/kmod.mk')
-rw-r--r--sys/conf/kmod.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 5f90d0b..96333aa 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -103,6 +103,8 @@ CFLAGS+= -I@/contrib/altq
.if ${CC} != "icc"
CFLAGS+= -finline-limit=${INLINE_LIMIT}
+CFLAGS+= --param inline-unit-growth=100
+CFLAGS+= --param large-function-growth=1000
.endif
# Disallow common variables, and if we end up with commons from
OpenPOWER on IntegriCloud