Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/racoon add commented out debugging options.



details:   https://anonhg.NetBSD.org/src/rev/83fff6ad5eb4
branches:  trunk
changeset: 321713:83fff6ad5eb4
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 01 23:00:40 2018 +0000

description:
add commented out debugging options.

diffstat:

 usr.sbin/racoon/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 16d801bbc7c3 -r 83fff6ad5eb4 usr.sbin/racoon/Makefile
--- a/usr.sbin/racoon/Makefile  Sun Apr 01 22:59:57 2018 +0000
+++ b/usr.sbin/racoon/Makefile  Sun Apr 01 23:00:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2018/02/25 00:16:49 mrg Exp $
+# $NetBSD: Makefile,v 1.35 2018/04/01 23:00:40 christos Exp $
 
 WARNS?=        0       # XXX third-party program, many issues
 NOCLANGERROR=  # defined
@@ -61,6 +61,12 @@
 LDADD+= -lcrypto -lcrypt
 DPADD+= ${LIBIPSEC} ${LIBCRYPT}
 
+#CPPFLAGS+= -DDEBUG_RECORD_MALLOCATION
+#SRCS+= debugrm.c
+
+#CFLAGS+=-fsanitize=address
+#LDFLAGS+=-fsanitize=address
+
 .PATH:  ${NETBSDSRCDIR}/lib/libipsec ${DIST}/src/racoon
 
 prsa_tok.c: ${DIST}/src/racoon/prsa_tok.l



Home | Main Index | Thread Index | Old Index