freebsd-src/lib/libiconv_modules/ISO2022/Makefile
Dimitry Andric e927af37bd MFC r260334:
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 r260369:

Apply band-aid for 32-bit compat libs failures after r260334: put back
-Qunused-arguments for clang for now, until I can figure out a way to
make it unneeded in all scenarios.  Sorry about the breakage.
2014-01-09 23:08:56 +00:00

8 lines
124 B
Makefile

# $FreeBSD$
SHLIB= ISO2022
SRCS+= citrus_iso2022.c
CFLAGS.gcc+= --param max-inline-insns-single=128
.include <bsd.lib.mk>