Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 2019 14:30:17 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r346011 - head/usr.sbin/bhyve
Message-ID:  <201904071430.x37EUHxV068918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904071430.x37EUHxV068918>