3c0948a6b2
This is required by our FORTIFY_SOURCE implementation as it does more inlining. As a rule of thumb, FORTIFY_SOURCE doubles the number of inlines except that in grep inlining blows up for some reason.
8 lines
117 B
Makefile
8 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB= BIG5
|
|
SRCS+= citrus_big5.c
|
|
CFLAGS.gcc+= --param max-inline-insns-single=64
|
|
|
|
.include <bsd.lib.mk>
|