freebsd-skq/lib/libiconv_modules/UTF1632/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
123 B
Makefile

# $FreeBSD$
SHLIB= UTF1632
SRCS+= citrus_utf1632.c
CFLAGS.gcc+= --param max-inline-insns-single=32
.include <bsd.lib.mk>