summaryrefslogtreecommitdiff
path: root/RELEASE.txt
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-12-04 15:26:08 -0800
committerWilliam Deegan <bill@baddogconsulting.com>2022-12-04 15:26:29 -0800
commitcce148bf826d3972532a39ea29d062dfc436b05c (patch)
treea5cf2a573d666808794ad86ec9ebc0f9286ee1eb /RELEASE.txt
parent165ba8f56e5f27fb63ff400b689b072d09052ed9 (diff)
downloadscons-git-cce148bf826d3972532a39ea29d062dfc436b05c.tar.gz
[ci skip] Add note to RELEASE/CHANGE that tm_v2 can be set via SetOption()
Diffstat (limited to 'RELEASE.txt')
-rw-r--r--RELEASE.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index c7e7c4d4b..2a3283140 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -25,7 +25,7 @@ NEW FUNCTIONALITY
those specified by SCons itself, or by AddOption() in SConstruct/SConscript. It should
not be called until all AddOption() calls are completed. Resolves Issue #4187
- Added --experimental=tm_v2, which enables Andrew Morrow's NewParallel Job implementation.
- This should scale much better for highly parallel builds.
+ This should scale much better for highly parallel builds. You can also enable this via SetOption().
DEPRECATED FUNCTIONALITY