3c9bc33d22
removes the need to use -Qunused-arguments for clang throughout the tree. MFC after: 3 days
10 lines
173 B
Makefile
10 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../mapper_serial
|
|
|
|
SHLIB= mapper_parallel
|
|
SRCS+= citrus_mapper_serial.c
|
|
CFLAGS.gcc+= --param max-inline-insns-single=32
|
|
|
|
.include <bsd.lib.mk>
|