diff options
author | Steven Knight <knight@baldmt.com> | 2005-01-12 20:51:31 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-01-12 20:51:31 (GMT) |
commit | 14dce368b0856c2dbaf7ccd7b10934ea7bcef46b (patch) | |
tree | cc4084606a3aa14592e3f8b48fcab9fd5e3df2c5 /src/CHANGES.txt | |
parent | 063a53965a67233506b2e11b561231ce27c4bb07 (diff) | |
download | SCons-14dce368b0856c2dbaf7ccd7b10934ea7bcef46b.zip SCons-14dce368b0856c2dbaf7ccd7b10934ea7bcef46b.tar.gz SCons-14dce368b0856c2dbaf7ccd7b10934ea7bcef46b.tar.bz2 |
Improve --debug=count to get an idea of when different objects are created.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 0b47dd9..b46af63 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -178,6 +178,12 @@ RELEASE 0.97 - XXX - Allow more than one --debug= option to be set at a time. + - Change --debug=count to report object counts before and after + reading SConscript files and before and after building targets. + + - Change --debug=memory output to line up the numbers and to better + match (more or less) the headers on the --debug=count columns. + From Wayne Lee: - Avoid "maximum recursion limit" errors when removing $(-$) pairs |