summaryrefslogtreecommitdiffstats
path: root/doc/man/scons.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/scons.1')
-rw-r--r--doc/man/scons.17
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 9fc5a6a..0074dfb 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -537,6 +537,13 @@ $ scons --debug=includes foo.o
.EE
.TP
+--debug=memoizer
+Prints a summary of hits and misses in the Memoizer,
+the internal SCons subsystem for caching
+various values in memory instead of
+recomputing them each time they're needed.
+
+.TP
--debug=memory
Prints how much memory SCons uses
before and after reading the SConscript files