Lower i386's INLINE_LIMIT to AMD64's level.

This commit is contained in:
David E. O'Brien 2004-03-03 09:35:06 +00:00
parent 5af0827e0f
commit 4338438bf3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126543

View file

@ -24,7 +24,7 @@ CWARNFLAGS?= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \
#
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -mno-align-long-strings -mpreferred-stack-boundary=2
INLINE_LIMIT?= 15000
INLINE_LIMIT?= 8000
.endif
#