diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index 67bce9f8b805..f9618ef10a63 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -91,7 +91,7 @@ INLINE_LIMIT?= 15000 # .if ${MACHINE_ARCH} == "mips" CFLAGS+= -msoft-float -mno-dsp -INLINE_LIMIT?= 15000 +INLINE_LIMIT?= 8000 .endif #