we do not build binaries -g by default
authorderaadt <deraadt@openbsd.org>
Mon, 6 Sep 2021 13:37:50 +0000 (13:37 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 6 Sep 2021 13:37:50 +0000 (13:37 +0000)
usr.sbin/btrace/Makefile

index a8974c7..3c4a58f 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2020/01/21 16:24:55 mpi Exp $
+# $OpenBSD: Makefile,v 1.2 2021/09/06 13:37:50 deraadt Exp $
 
 PROG=          btrace
 MAN=           bt.5 btrace.8
@@ -17,6 +17,6 @@ CFLAGS+=      -I${.CURDIR}
 LDADD+=                -lelf
 DPADD+=                ${LIBELF}
 
-DEBUG?=                -g
+#DEBUG?=               -g
 
 .include <bsd.prog.mk>