diff options
| author | Steven Knight <knight@baldmt.com> | 2005-01-13 18:28:05 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2005-01-13 18:28:05 (GMT) |
| commit | 7f820e64f11a4f047685713c163ca5fee35e676c (patch) | |
| tree | 8f74c1bb75c09751e673438c0d2d5cad9bbb8607 /src/engine/SCons/Script/Main.py | |
| parent | 14dce368b0856c2dbaf7ccd7b10934ea7bcef46b (diff) | |
| download | SCons-7f820e64f11a4f047685713c163ca5fee35e676c.zip SCons-7f820e64f11a4f047685713c163ca5fee35e676c.tar.gz SCons-7f820e64f11a4f047685713c163ca5fee35e676c.tar.bz2 | |
Fix --debug=memoizer so it actually prints some stats on Python 2.x.
Diffstat (limited to 'src/engine/SCons/Script/Main.py')
| -rw-r--r-- | src/engine/SCons/Script/Main.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/engine/SCons/Script/Main.py b/src/engine/SCons/Script/Main.py index f39375a..71f6d61 100644 --- a/src/engine/SCons/Script/Main.py +++ b/src/engine/SCons/Script/Main.py @@ -434,7 +434,6 @@ def _set_globals(options): if "includes" in debug_values: print_includes = 1 if "memoizer" in debug_values: - SCons.Memoize.EnableCounting() print_memoizer = 1 if "memory" in debug_values: memory_stats = [] |
