diff options
author | Steven Knight <knight@baldmt.com> | 2003-02-11 11:27:07 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-02-11 11:27:07 (GMT) |
commit | 08d5aaf06f5030d59404a586164eb6121c538973 (patch) | |
tree | 603b1aa19ce8717891505490845e61bcc77eb0ac /src/CHANGES.txt | |
parent | 0f5282ba0d7a5b96c2e5bec6eedb3027aa3fd52a (diff) | |
download | SCons-08d5aaf06f5030d59404a586164eb6121c538973.zip SCons-08d5aaf06f5030d59404a586164eb6121c538973.tar.gz SCons-08d5aaf06f5030d59404a586164eb6121c538973.tar.bz2 |
Fix some performance problems with the --implicit-cache option. (Anthony Roach)
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 068dc3d..a8c621d 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -96,6 +96,8 @@ RELEASE 0.11 - XXX - Allow the same object files on Win32 to be linked into either shared or static libraries. + - Cache implicit cache values when using --implicit-cache. + RELEASE 0.10 - Thu, 16 Jan 2003 04:11:46 -0600 |