mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Stop compiling bhyve(8) with -O0.
DEBUG_FLAGS is always added to CFLAGS. This setting appears to be accidental and came in with r243327. Reviewed by: anish, emaste, jhb, rgrimes MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D19787
This commit is contained in:
parent
76086f9c5a
commit
1906d427c1
1 changed files with 0 additions and 2 deletions
|
|
@ -9,8 +9,6 @@ CFLAGS+=-I${SRCTOP}/sys
|
|||
PROG= bhyve
|
||||
PACKAGE= bhyve
|
||||
|
||||
DEBUG_FLAGS= -g -O0
|
||||
|
||||
MAN= bhyve.8
|
||||
|
||||
BHYVE_SYSDIR?=${SRCTOP}
|
||||
|
|
|
|||
Loading…
Reference in a new issue