diff options
author | Steven Knight <knight@baldmt.com> | 2004-02-07 08:42:48 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-02-07 08:42:48 (GMT) |
commit | 7db087e4c1efd7c5029befea03f904a6f0d21a44 (patch) | |
tree | 2c743335931e18cbf4204c361019137ef06d9b5c /src/CHANGES.txt | |
parent | ee76a275db34fd524f5c85588c2cdffa6022778e (diff) | |
download | SCons-7db087e4c1efd7c5029befea03f904a6f0d21a44.zip SCons-7db087e4c1efd7c5029befea03f904a6f0d21a44.tar.gz SCons-7db087e4c1efd7c5029befea03f904a6f0d21a44.tar.bz2 |
Add options to investigate object creation and memory consumption.
Diffstat (limited to 'src/CHANGES.txt')
-rw-r--r-- | src/CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/CHANGES.txt b/src/CHANGES.txt index b66333d..2f1540b 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -150,6 +150,10 @@ RELEASE 0.95 - XXX - Fix transparent checkout of implicit dependency files from SCCS and RCS. + - Added new --debug=count, --debug=memory and --debug=objects options. + --debug=count and --debug=objects only print anything when run + under Python 2.1 or later. + From Vincent Risi: - Add support for the bcc32, ilink32 and tlib Borland tools. |