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