diff options
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.1 | 6 |
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 |