Module Name:    src
Committed By:   martin
Date:           Tue Jul 23 06:35:40 UTC 2019

Modified Files:
        src: UPDATING

Log Message:
Add a note to rebuild jemalloc w/o debugging


To generate a diff of this commit:
cvs rdiff -u -r1.299 -r1.300 src/UPDATING

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/UPDATING
diff -u src/UPDATING:1.299 src/UPDATING:1.300
--- src/UPDATING:1.299	Fri Feb  8 09:57:01 2019
+++ src/UPDATING	Tue Jul 23 06:35:40 2019
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.299 2019/02/08 09:57:01 mrg Exp $
+$NetBSD: UPDATING,v 1.300 2019/07/23 06:35:40 martin Exp $
 
 This file (UPDATING) is intended to be a brief reference to recent
 changes that might cause problems in the build process, and a guide for
@@ -19,6 +19,13 @@ See also: BUILDING, build.sh, Makefile.
 Recent changes:
 ^^^^^^^^^^^^^^^
 
+20190723:
+	The jemalloc allocator in libc is now build without extended
+	debugging (for performance reasons). In update builds make sure
+	to rebuild it completly, by removing all affected object files,
+	including compat builds, something like:
+	cd /usr/obj && find . -type d -name jemalloc|xargs rm -rf
+
 20190207:
 	GCC 7 switched for many ports.  Update builds are likely to fail.
 

Reply via email to