mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Do not pass validatation level since all issues are fixed now.
This commit is contained in:
parent
ec07961360
commit
51fc382e51
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ CFLAGS+= -DLOG_LEVEL="${LOG_LEVEL}"
|
|||
.endif
|
||||
|
||||
.if defined(BPF_VALIDATE)
|
||||
CFLAGS+= -DBPF_VALIDATE=${BPF_VALIDATE}
|
||||
CFLAGS+= -DBPF_VALIDATE
|
||||
.endif
|
||||
|
||||
.if defined(BPF_JIT) && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue