Reduce the inline limit from 20000 to 8000 after the previous changes

to simplify the curthread expansion some months ago.
This commit is contained in:
Peter Wemm 2004-02-06 20:40:04 +00:00
parent 5162123068
commit 4e37bb8f5d

View File

@ -64,7 +64,7 @@ INLINE_LIMIT?= 15000
CFLAGS+= -mcmodel=kernel -mno-red-zone \
-mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow \
-msoft-float -fno-asynchronous-unwind-tables
INLINE_LIMIT?= 20000
INLINE_LIMIT?= 8000
.endif
#