Source-Changes-HG archive

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

[src-draft/trunk]: src/external/bsd/jemalloc/lib Force building jemalloc with...



details:   https://anonhg.NetBSD.org/src-all/rev/48a6d7428b01
branches:  trunk
changeset: 933939:48a6d7428b01
user:      Joerg Sonnenberger <joerg%bec.de@localhost>
date:      Sun May 24 02:56:55 2020 +0200

description:
Force building jemalloc with -g3 while I'm hunting for the race
conditions in it again.

diffstat:

 external/bsd/jemalloc/lib/Makefile.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r fe033310b28e -r 48a6d7428b01 external/bsd/jemalloc/lib/Makefile.inc
--- a/external/bsd/jemalloc/lib/Makefile.inc    Thu Feb 20 15:17:19 2020 +0100
+++ b/external/bsd/jemalloc/lib/Makefile.inc    Sun May 24 02:56:55 2020 +0200
@@ -42,7 +42,7 @@
 # performance penalty:
 #   CPPFLAGS.${i}+=-I${JEMALLOC}/include -DJEMALLOC_PROTECT_NOSTD -DJEMALLOC_DEBUG
 CPPFLAGS.${i}+=-I${JEMALLOC}/include -DJEMALLOC_PROTECT_NOSTD
-COPTS.${i}+= -fvisibility=hidden -funroll-loops
+COPTS.${i}+= -fvisibility=hidden -funroll-loops -g3
 COPTS.${i}+= ${${ACTIVE_CC} == "clang":? -Wno-atomic-alignment :}
 .endfor
 



Home | Main Index | Thread Index | Old Index