From: deraadt Date: Mon, 6 Sep 2021 13:37:50 +0000 (+0000) Subject: we do not build binaries -g by default X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1f722e99d78fbc4c92df27c75df7cd36eae12aa8;p=openbsd we do not build binaries -g by default --- diff --git a/usr.sbin/btrace/Makefile b/usr.sbin/btrace/Makefile index a8974c79a6b..3c4a58f3610 100644 --- a/usr.sbin/btrace/Makefile +++ b/usr.sbin/btrace/Makefile @@ -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