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:
@@ -9,8 +9,6 @@ CFLAGS+=-I${SRCTOP}/sys
|
||||
PROG= bhyve
|
||||
PACKAGE= bhyve
|
||||
|
||||
DEBUG_FLAGS= -g -O0
|
||||
|
||||
MAN= bhyve.8
|
||||
|
||||
BHYVE_SYSDIR?=${SRCTOP}
|
||||
|
||||
Reference in New Issue
Block a user