Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2015 14:36:16 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283246 - head/usr.sbin/bluetooth/bthidd
Message-ID:  <201505211436.t4LEaGJX034169@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Thu May 21 14:36:15 2015
New Revision: 283246
URL: https://svnweb.freebsd.org/changeset/base/283246

Log:
  Remove stray DEBUG_FLAGS=-g that snuck in with r137868

Modified:
  head/usr.sbin/bluetooth/bthidd/Makefile

Modified: head/usr.sbin/bluetooth/bthidd/Makefile
==============================================================================
--- head/usr.sbin/bluetooth/bthidd/Makefile	Thu May 21 14:36:14 2015	(r283245)
+++ head/usr.sbin/bluetooth/bthidd/Makefile	Thu May 21 14:36:15 2015	(r283246)
@@ -8,7 +8,6 @@ SRCS=		bthidd.c client.c hid.c kbd.c lex
 		session.c
 
 CFLAGS+=	-I${.CURDIR}
-DEBUG_FLAGS=	-g
 
 LIBADD+=	bluetooth usbhid
 



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