summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-06-15 12:54:45 (GMT)
committerSteven Knight <knight@baldmt.com>2004-06-15 12:54:45 (GMT)
commitf0bf250b85abbe23faa7eeff0e53beb0613a2c6f (patch)
tree96cf9c87582bafacbe731704f4f10fbd8e34d331 /doc
parenta0d7c6333aeb9b6f2848ea3c90662f91f7f8ac0e (diff)
downloadSCons-f0bf250b85abbe23faa7eeff0e53beb0613a2c6f.zip
SCons-f0bf250b85abbe23faa7eeff0e53beb0613a2c6f.tar.gz
SCons-f0bf250b85abbe23faa7eeff0e53beb0613a2c6f.tar.bz2
Add an option to not save the --debug=explain information.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/scons.116
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 51c9e4c..63c6a83 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -758,6 +758,18 @@ Ignored for compatibility with GNU
.BR make .
.TP
+.RI --save-explain-info= 0|1
+By default,
+scons will save additional information about the build
+that is used by the
+.B --debug=explain
+option.
+Setting
+.B --save-explain-info=0
+will tell scons to speed up the build
+by not saving this information.
+
+.TP
-t, --touch
Ignored for compatibility with GNU
.BR make .
@@ -3423,7 +3435,9 @@ which corresponds to --implicit-cache;
.B max_drift
which corresponds to --max-drift;
.B num_jobs
-which corresponds to -j and --jobs.
+which corresponds to -j and --jobs;
+.B save_explain_info
+which corresponds to --save-explain-info.
See the documentation for the
corresponding command line object for information about each specific
option. Example: