Tweak inlining parameters a little. Add warning to tell us if function
we declared as inline can not be inlined.
This commit is contained in:
parent
d586dea015
commit
12c95a2554
@ -36,7 +36,8 @@ CFLAGS= -Os \
|
||||
-I${.CURDIR}/../btx/lib -I. \
|
||||
-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
|
||||
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
|
||||
-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings
|
||||
-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
|
||||
-Winline --param max-inline-insns-single=100
|
||||
|
||||
LDFLAGS=-static -N --gc-sections
|
||||
|
||||
|
@ -36,7 +36,8 @@ CFLAGS= -Os \
|
||||
-I${.CURDIR}/../btx/lib -I. \
|
||||
-Wall -Waggregate-return -Wbad-function-cast -Wcast-align \
|
||||
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
|
||||
-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings
|
||||
-Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings \
|
||||
-Winline --param max-inline-insns-single=100
|
||||
|
||||
LDFLAGS=-static -N --gc-sections
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user