mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in a new issue