Lower i386's INLINE_LIMIT to AMD64's level.
This commit is contained in:
parent
5af0827e0f
commit
4338438bf3
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user