Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/jemalloc/lib turn on debugging to help find pro...
details: https://anonhg.NetBSD.org/src/rev/3d2fd60f257b
branches: trunk
changeset: 449552:3d2fd60f257b
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 10 15:32:42 2019 +0000
description:
turn on debugging to help find problems.
diffstat:
external/bsd/jemalloc/lib/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 45985d376cc7 -r 3d2fd60f257b external/bsd/jemalloc/lib/Makefile.inc
--- a/external/bsd/jemalloc/lib/Makefile.inc Sun Mar 10 15:31:02 2019 +0000
+++ b/external/bsd/jemalloc/lib/Makefile.inc Sun Mar 10 15:32:42 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2019/03/10 02:49:52 christos Exp $
+# $NetBSD: Makefile.inc,v 1.5 2019/03/10 15:32:42 christos Exp $
JEMALLOC:=${.PARSEDIR}/..
@@ -39,7 +39,7 @@
.PATH.3: ${JEMALLOC}/dist/doc
.for i in ${JEMALLOC_SRCS}
CPPFLAGS.${i}+=-I${JEMALLOC}/include -DJEMALLOC_NO_PRIVATE_NAMESPACE \
- -DJEMALLOC_WEAK_NOSTD
+ -DJEMALLOC_WEAK_NOSTD -DJEMALLOC_DEBUG
COPTS.${i}+= -fvisibility=hidden -funroll-loops
.endfor
Home |
Main Index |
Thread Index |
Old Index