diff options
author | 2010-10-01 23:10:48 +0000 | |
---|---|---|
committer | 2010-10-01 23:10:48 +0000 | |
commit | 78301f1901bca872d9812ad0d9ae381db9ef26dc (patch) | |
tree | d2935be1aaa265b55cdb27923895ccc1846a6681 | |
parent | adapt to API changes in OpenSSL-1.0.0a (diff) | |
download | wireguard-openbsd-78301f1901bca872d9812ad0d9ae381db9ef26dc.tar.xz wireguard-openbsd-78301f1901bca872d9812ad0d9ae381db9ef26dc.zip |
turn off -g too
-rw-r--r-- | usr.bin/ssh/Makefile.inc | 4 |
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 |