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}
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to