mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
removes the need to use -Qunused-arguments for clang throughout the tree. MFC after: 3 days
7 lines
128 B
Makefile
7 lines
128 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB= mapper_std
|
|
SRCS+= citrus_mapper_std.c
|
|
CFLAGS.gcc+= --param max-inline-insns-single=8
|
|
|
|
.include <bsd.lib.mk>
|