diff options
author | imp <imp@FreeBSD.org> | 2006-02-04 06:22:27 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2006-02-04 06:22:27 +0000 |
commit | 3ee7076370d765962517cf47b8e84d3c9c61fa9f (patch) | |
tree | a3c53c050a53b211aca2568c561ec2d10a322a2d /sys/conf | |
parent | 4fcf1e603c8e1a118fe3e982ba5355923e2c9c44 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/conf/kmod.mk | 2 |
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 |