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:
Mark Johnston 2019-04-07 14:30:17 +00:00
parent 76086f9c5a
commit 1906d427c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=346011

View File

@ -9,8 +9,6 @@ CFLAGS+=-I${SRCTOP}/sys
PROG= bhyve
PACKAGE= bhyve
DEBUG_FLAGS= -g -O0
MAN= bhyve.8
BHYVE_SYSDIR?=${SRCTOP}