summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-10-12 22:28:09 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-10-12 22:28:29 (GMT)
commit8ec5aba156f070c89609ed8c99e7b3cc4973efa2 (patch)
tree299799430690704097e4d035d8363111ad47b60c
parentd839d3b2e634d909111effcb503b67e6d62d6d59 (diff)
downloadSCons-8ec5aba156f070c89609ed8c99e7b3cc4973efa2.zip
SCons-8ec5aba156f070c89609ed8c99e7b3cc4973efa2.tar.gz
SCons-8ec5aba156f070c89609ed8c99e7b3cc4973efa2.tar.bz2
Changed wording on MSVC caching to indicate it's currently experimental feature [CI Skip]
-rwxr-xr-xsrc/CHANGES.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt
index 7ce224e..df8fb0d 100755
--- a/src/CHANGES.txt
+++ b/src/CHANGES.txt
@@ -18,10 +18,11 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
- CmdStringHolder fix from issue #3428
- Turn previously deprecated debug options into failures:
--debug=tree, --debug=dtree, --debug=stree, --debug=nomemoizer.
- - If SCONS_CACHE_MSVC_CONFIG shell environment variable is set,
- scons will cache the results of past calls to vcvarsall.bat to
+ - Experimental New Feature: Enable caching MSVC configuration
+ If SCONS_CACHE_MSVC_CONFIG shell environment variable is set,
+ SCons will cache the results of past calls to vcvarsall.bat to
a file; integrates with existing memoizing of such vars.
- On vs2019 saves 5+ seconds per scons invocation, which really
+ On vs2019 saves 5+ seconds per SCons invocation, which really
helps test suite runs.
From Jacek Kuczera: