svn commit: r346435 - stable/12/usr.sbin/bhyve

Mark Johnston markj at FreeBSD.org
Tue Sep 3 14:08:05 UTC 2019


Author: markj
Date: Sat Apr 20 11:02:40 2019
New Revision: 346435
URL: https://svnweb.freebsd.org/changeset/base/346435

Log:
  MFC r346011:
  Stop compiling bhyve(8) with -O0.

Modified:
  stable/12/usr.sbin/bhyve/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.sbin/bhyve/Makefile
==============================================================================
--- stable/12/usr.sbin/bhyve/Makefile	Sat Apr 20 11:01:47 2019	(r346434)
+++ stable/12/usr.sbin/bhyve/Makefile	Sat Apr 20 11:02:40 2019	(r346435)
@@ -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