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