freebsd-dev/lib/libiconv_modules/mapper_serial/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
135 B
Makefile

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