diff options
author | Steven Knight <knight@baldmt.com> | 2004-09-25 14:13:21 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-09-25 14:13:21 (GMT) |
commit | e3ef329ae4a73b22e19b9c17816162db2c569911 (patch) | |
tree | 985c831e543efa75d35407225e01aa91cf512e68 /doc/man | |
parent | f5f2d8ad9d24df1b0f58477006b784adc4bc8a03 (diff) | |
download | SCons-e3ef329ae4a73b22e19b9c17816162db2c569911.zip SCons-e3ef329ae4a73b22e19b9c17816162db2c569911.tar.gz SCons-e3ef329ae4a73b22e19b9c17816162db2c569911.tar.bz2 |
Add a --debug=findlibs option. (Gary Oberbrunner)
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.1 | 7 |
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 |