Fix minor inconsistancy between kernel built modules and stand-alone
built buildes. I believe this gives the same flags on the command line for both.
This commit is contained in:
parent
04ab3022a9
commit
85aa25ca8e
@ -103,6 +103,8 @@ CFLAGS+= -I@/contrib/altq
|
||||
|
||||
.if ${CC} != "icc"
|
||||
CFLAGS+= -finline-limit=${INLINE_LIMIT}
|
||||
CFLAGS+= --param inline-unit-growth=100
|
||||
CFLAGS+= --param large-function-growth=1000
|
||||
.endif
|
||||
|
||||
# Disallow common variables, and if we end up with commons from
|
||||
|
Loading…
x
Reference in New Issue
Block a user