svn commit: r346011 - head/usr.sbin/bhyve
Mark Johnston
markj at FreeBSD.org
Sun Apr 7 14:30:18 UTC 2019
Author: markj
Date: Sun Apr 7 14:30:17 2019
New Revision: 346011
URL: https://svnweb.freebsd.org/changeset/base/346011
Log:
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
Modified:
head/usr.sbin/bhyve/Makefile
Modified: head/usr.sbin/bhyve/Makefile
==============================================================================
--- head/usr.sbin/bhyve/Makefile Sun Apr 7 14:28:02 2019 (r346010)
+++ head/usr.sbin/bhyve/Makefile Sun Apr 7 14:30:17 2019 (r346011)
@@ -9,8 +9,6 @@ CFLAGS+=-I${SRCTOP}/sys
PROG= bhyve
PACKAGE= bhyve
-DEBUG_FLAGS= -g -O0
-
MAN= bhyve.8
BHYVE_SYSDIR?=${SRCTOP}
More information about the svn-src-all
mailing list