summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2019-10-31 21:37:33 +0000
committerdjm <djm@openbsd.org>2019-10-31 21:37:33 +0000
commit18a730e696305ddeb3c83f1da8a308d2b1249b53 (patch)
tree2796a93e920a24558a499b801889809320f6e758
parentfix -Wshadow warning (diff)
downloadwireguard-openbsd-18a730e696305ddeb3c83f1da8a308d2b1249b53.tar.xz
wireguard-openbsd-18a730e696305ddeb3c83f1da8a308d2b1249b53.zip
undo debugging bits that shouldn't have been committed
-rw-r--r--usr.bin/ssh/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc
index 9430a881aec..efa2124f41a 100644
--- a/usr.bin/ssh/Makefile.inc
+++ b/usr.bin/ssh/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.72 2019/10/31 21:23:19 djm Exp $
+# $OpenBSD: Makefile.inc,v 1.73 2019/10/31 21:37:33 djm Exp $
.include <bsd.own.mk>
@@ -21,8 +21,8 @@ CDIAGFLAGS+= -Wold-style-definition
.endif
#CDIAGFLAGS+= -Werror
-DEBUG=-g
-INSTALL_STRIP=
+#DEBUG=-g
+#INSTALL_STRIP=
WARNINGS=yes