summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-09-25 14:13:21 (GMT)
committerSteven Knight <knight@baldmt.com>2004-09-25 14:13:21 (GMT)
commitad257d2483736b6e9461a26a62048ac05dafe3b6 (patch)
tree985c831e543efa75d35407225e01aa91cf512e68 /doc/man
parent10457428a793ab83448c6752f647f8fec882c2fa (diff)
downloadSCons-ad257d2483736b6e9461a26a62048ac05dafe3b6.zip
SCons-ad257d2483736b6e9461a26a62048ac05dafe3b6.tar.gz
SCons-ad257d2483736b6e9461a26a62048ac05dafe3b6.tar.bz2
Add a --debug=findlibs option. (Gary Oberbrunner)
Diffstat (limited to 'doc/man')
-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 dda0ce2..5601f98 100644
--- a/doc/man/scons.1
+++ b/doc/man/scons.1
@@ -520,6 +520,13 @@ Print the dependency tree
after each top-level target is built. This prints out only derived files.
.TP
+--debug=findlibs
+Instruct the scanner that searches for libraries
+to print a message about each potential library
+name it is searching for,
+and about the actual libraries it finds.
+
+.TP
--debug=includes
Print the include tree after each top-level target is built.
This is generally used to find out what files are included by the sources