4abd7edcbd
removes the need to use -Qunused-arguments for clang throughout the tree. MFC after: 3 days
8 lines
124 B
Makefile
8 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB= ISO2022
|
|
SRCS+= citrus_iso2022.c
|
|
CFLAGS.gcc+= --param max-inline-insns-single=128
|
|
|
|
.include <bsd.lib.mk>
|