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 | ad257d2483736b6e9461a26a62048ac05dafe3b6 (patch) | |
tree | 985c831e543efa75d35407225e01aa91cf512e68 /doc/man | |
parent | 10457428a793ab83448c6752f647f8fec882c2fa (diff) | |
download | SCons-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.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 |