summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.pre.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf/kern.pre.mk')
-rw-r--r--sys/conf/kern.pre.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index 16a7a5e..3c64b3b0 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -53,8 +53,8 @@ PROF= -pg
.endif
DEFINED_PROF= ${PROF}
#WERROR?= -Werror
-INLINE_LIMIT?= 2500
-CFLAGS+= --param max-inline-insns-single=${INLINE_LIMIT}
+INLINE_LIMIT?= 15000
+CFLAGS+= -finline-limit=${INLINE_LIMIT}
# Put configuration-specific C flags last (except for ${PROF}) so that they
OpenPOWER on IntegriCloud