mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155275
@ -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…
Reference in New Issue
Block a user