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
115 B
Makefile
8 lines
115 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB= EUC
|
|
SRCS+= citrus_euc.c
|
|
CFLAGS.gcc+= --param max-inline-insns-single=64
|
|
|
|
.include <bsd.lib.mk>
|