Add a note to rebuild jemalloc w/o debugging

This commit is contained in:
martin 2019-07-23 06:35:40 +00:00
parent 8576992150
commit 9aa5d31cf0
1 changed files with 8 additions and 1 deletions

View File

@ -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.