mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
-O2 compile isn't quite ready for WARNS=2 yet.
This commit is contained in:
parent
30fdf276fb
commit
7475b21fcc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
|
|||
kiconv.c \
|
||||
nb.c nb_name.c nb_net.c nbns_rq.c
|
||||
|
||||
WARNS?= 2
|
||||
WARNS?= 1
|
||||
CFLAGS+= -DSMB_CFG_FILE=\"/etc/nsmb.conf\" -I${CONTRIBDIR}/include
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue