freebsd-dev/lib/libiconv_modules/GBK2K/Makefile
Dimitry Andric 4abd7edcbd Split the last gcc-specific flags off into CFLAGS.gcc. This also
removes the need to use -Qunused-arguments for clang throughout the
tree.

MFC after:	3 days
2014-01-05 21:03:49 +00:00

8 lines
119 B
Makefile

# $FreeBSD$
SHLIB= GBK2K
SRCS+= citrus_gbk2k.c
CFLAGS.gcc+= --param max-inline-insns-single=16
.include <bsd.lib.mk>