svn commit: r283246 - head/usr.sbin/bluetooth/bthidd

Warner Losh imp at FreeBSD.org
Thu May 21 14:36:16 UTC 2015


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
 


More information about the svn-src-all mailing list