4abd7edcbd
removes the need to use -Qunused-arguments for clang throughout the tree. MFC after: 3 days
8 lines
119 B
Makefile
8 lines
119 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB= GBK2K
|
|
SRCS+= citrus_gbk2k.c
|
|
CFLAGS.gcc+= --param max-inline-insns-single=16
|
|
|
|
.include <bsd.lib.mk>
|