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:
parent
5162123068
commit
4e37bb8f5d
@ -64,7 +64,7 @@ INLINE_LIMIT?= 15000
|
|||||||
CFLAGS+= -mcmodel=kernel -mno-red-zone \
|
CFLAGS+= -mcmodel=kernel -mno-red-zone \
|
||||||
-mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow \
|
-mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow \
|
||||||
-msoft-float -fno-asynchronous-unwind-tables
|
-msoft-float -fno-asynchronous-unwind-tables
|
||||||
INLINE_LIMIT?= 20000
|
INLINE_LIMIT?= 8000
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user