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