mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-03-19 15:50:25 +08:00
libtool: Document warning output options
By default, CATEGORY is set to "all" for all of the warning messages to be output to standard error. CATEGORY can be set to "none" to disable warnings. * doc/libtool.texi: Document "W" or "--warnings=CATEGORY" option.
This commit is contained in:
parent
297b5cf19f
commit
baab057261
@ -1319,6 +1319,13 @@ can be achieved using either option @option{-v} or option
|
||||
|
||||
@item --version
|
||||
Print libtool version information and exit.
|
||||
|
||||
@item -W
|
||||
@itemx --warnings=@var{CATEGORY}
|
||||
Report the warnings falling in category @var{CATEGORY}. The default
|
||||
category is @command{all}. To disable warnings, use the category
|
||||
@command{none}.
|
||||
|
||||
@end table
|
||||
|
||||
The current @command{libtool} implementation is done with a shell script
|
||||
|
Loading…
x
Reference in New Issue
Block a user