From 1906d427c12cd3b86bb7b48b7bf8cb147cce8fe0 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Sun, 7 Apr 2019 14:30:17 +0000 Subject: [PATCH] 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 --- usr.sbin/bhyve/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/usr.sbin/bhyve/Makefile b/usr.sbin/bhyve/Makefile index 7a8a166ecd60..c835b9395c4c 100644 --- a/usr.sbin/bhyve/Makefile +++ b/usr.sbin/bhyve/Makefile @@ -9,8 +9,6 @@ CFLAGS+=-I${SRCTOP}/sys PROG= bhyve PACKAGE= bhyve -DEBUG_FLAGS= -g -O0 - MAN= bhyve.8 BHYVE_SYSDIR?=${SRCTOP}