From cce148bf826d3972532a39ea29d062dfc436b05c Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 4 Dec 2022 15:26:08 -0800 Subject: [ci skip] Add note to RELEASE/CHANGE that tm_v2 can be set via SetOption() --- CHANGES.txt | 2 +- RELEASE.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 8818eed..f2a42e2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -33,7 +33,7 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Added logic to help packagers enable reproducible builds into packaging/etc/. Please read packaging/etc/README.txt if you are interested. - Added --experimental=tm_v2, which enables Andrew Morrow's new 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(). From Dan Mezhiborsky: - Add newline to end of compilation db (compile_commands.json). diff --git a/RELEASE.txt b/RELEASE.txt index c7e7c4d..2a32831 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 -- cgit v0.12