diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2010-10-01 23:10:49 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2010-10-01 23:10:49 +0000 |
commit | 153b95af70c18d7d3c9168d0d80471d8fe6306fd (patch) | |
tree | 4745e9e7fded80944a1aa2b3082ec0a05fe18e72 | |
parent | cb4596ea9b1476cd127f0334a22e0424010e6fd2 (diff) |
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 |