freebsd-dev/lib/libiconv_modules/UES/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
115 B
Makefile

# $FreeBSD$
SHLIB= UES
SRCS+= citrus_ues.c
CFLAGS.gcc+= --param max-inline-insns-single=64
.include <bsd.lib.mk>