summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2010-10-01 23:10:48 +0000
committerdjm <djm@openbsd.org>2010-10-01 23:10:48 +0000
commit78301f1901bca872d9812ad0d9ae381db9ef26dc (patch)
treed2935be1aaa265b55cdb27923895ccc1846a6681
parentadapt to API changes in OpenSSL-1.0.0a (diff)
downloadwireguard-openbsd-78301f1901bca872d9812ad0d9ae381db9ef26dc.tar.xz
wireguard-openbsd-78301f1901bca872d9812ad0d9ae381db9ef26dc.zip
turn off -g too
-rw-r--r--usr.bin/ssh/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc
index 903b98847ea..3d2090a3306 100644
--- a/usr.bin/ssh/Makefile.inc
+++ b/usr.bin/ssh/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.38 2010/10/01 23:06:06 djm Exp $
+# $OpenBSD: Makefile.inc,v 1.39 2010/10/01 23:10:48 djm Exp $
CFLAGS+= -I${.CURDIR}/..
@@ -13,7 +13,7 @@ CDIAGFLAGS+= -Wsign-compare
CDIAGFLAGS+= -Wbounded
CDIAGFLAGS+= -Wshadow
-DEBUG=-g
+#DEBUG=-g
#CFLAGS+= -DJPAKE