summaryrefslogtreecommitdiffstats
path: root/doc
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)
commite3ef329ae4a73b22e19b9c17816162db2c569911 (patch)
tree985c831e543efa75d35407225e01aa91cf512e68 /doc
parentf5f2d8ad9d24df1b0f58477006b784adc4bc8a03 (diff)
downloadSCons-e3ef329ae4a73b22e19b9c17816162db2c569911.zip
SCons-e3ef329ae4a73b22e19b9c17816162db2c569911.tar.gz
SCons-e3ef329ae4a73b22e19b9c17816162db2c569911.tar.bz2
Add a --debug=findlibs option. (Gary Oberbrunner)
Diffstat (limited to 'doc')
-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