freebsd-dev/lib/libiconv_modules/EUCTW/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= EUCTW
SRCS+= citrus_euctw.c
CFLAGS.gcc+= --param max-inline-insns-single=32
.include <bsd.lib.mk>