summaryrefslogtreecommitdiff
path: root/tools/build
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-09-06 09:08:06 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-09-06 09:08:06 +0000
commit86b019c29a21c2664ccb5d59ee0c999edecd23b6 (patch)
tree93fe084d6a5358d6c810a947277f09d8db489a2b /tools/build
parent7d4374f65f7b3df3d2567029c510f2e1576f0f69 (diff)
downloadsrc-test-86b019c29a21c2664ccb5d59ee0c999edecd23b6.tar.gz
src-test-86b019c29a21c2664ccb5d59ee0c999edecd23b6.zip
Follow-up r365371 by removing sentences which indicate the state of the
MK_MALLOC_PRODUCTION option on -CURRENT. Also, for the sake of backwards compatibility, support the old way of enabling 'production malloc', e.g. by adding a define in make.conf(5). MFC after: 1 week X-MFC-With: r365371
Notes
Notes: svn path=/head/; revision=365373
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/options/WITHOUT_MALLOC_PRODUCTION1
-rw-r--r--tools/build/options/WITH_MALLOC_PRODUCTION1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/build/options/WITHOUT_MALLOC_PRODUCTION b/tools/build/options/WITHOUT_MALLOC_PRODUCTION
index c2ab449a0c563..4bcbc02184a18 100644
--- a/tools/build/options/WITHOUT_MALLOC_PRODUCTION
+++ b/tools/build/options/WITHOUT_MALLOC_PRODUCTION
@@ -2,4 +2,3 @@
Set to enable assertions and statistics gathering in
.Xr malloc 3 .
It also defaults the A and J runtime options to on.
-Enabled by default on -CURRENT.
diff --git a/tools/build/options/WITH_MALLOC_PRODUCTION b/tools/build/options/WITH_MALLOC_PRODUCTION
index f6ef3f7fef73f..d33ba227da7f7 100644
--- a/tools/build/options/WITH_MALLOC_PRODUCTION
+++ b/tools/build/options/WITH_MALLOC_PRODUCTION
@@ -2,4 +2,3 @@
Set to disable assertions and statistics gathering in
.Xr malloc 3 .
It also defaults the A and J runtime options to off.
-Disabled by default on -CURRENT.