diff options
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 |