summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-11-21 16:35:29 (GMT)
committerSteven Knight <knight@baldmt.com>2004-11-21 16:35:29 (GMT)
commit07c75889f874a050aff782d1488d0269fb936744 (patch)
tree5397bb5b86e09f0a292d3b714c7e527bff539a06 /doc/man
parent8781e4655cea19b34cd062768d9f09b359fe9a09 (diff)
downloadSCons-07c75889f874a050aff782d1488d0269fb936744.zip
SCons-07c75889f874a050aff782d1488d0269fb936744.tar.gz
SCons-07c75889f874a050aff782d1488d0269fb936744.tar.bz2
Add a --debug=stree option to show Node status. (Kevin Quick)
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/scons.16
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/scons.1 b/doc/man/scons.1
index 23e646b..e73bada 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -574,6 +574,12 @@ Prints an internal Python stack trace
when encountering an otherwise unexplained error.
.TP
+--debug=stree
+Print the dependency tree along with status information. This is the
+same as the debug=tree option, but additional status information is
+provided for each node in the tree.
+
+.TP
--debug=time
Prints various time profiling information: the time spent
executing each build command, the total build time, the total time spent