From 3932235fbcd382cc065b62e575e1e488565a8c19 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 4 Nov 2003 23:29:17 +0000 Subject: Move the inline limit default variable to a per-arch place. For example, the amd64 implementation of the pcpu macros is even more verbose than on i386 and that causes gcc to way overestimate the complexity of this 2-instruction macro. The other platforms can probably lower their default values. --- sys/conf/kern.pre.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/conf/kern.pre.mk') diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk index bb8210c..a0e34bc 100644 --- a/sys/conf/kern.pre.mk +++ b/sys/conf/kern.pre.mk @@ -56,7 +56,6 @@ PROF= -pg .endif DEFINED_PROF= ${PROF} WERROR?= -Werror -INLINE_LIMIT?= 15000 CFLAGS+= -finline-limit=${INLINE_LIMIT} -fno-strict-aliasing -- cgit v1.1