/VERBOSE[:LIB]
The linker sends information about the progress of the linking session to the Output window. On the command line, the information is sent to standard output and can be redirected to a file.
Command line | Description |
---|---|
/VERBOSE | Displays details about the linking process. |
/VERBOSE:LIB | Displays progress messages indicating just the libraries searched. |
The displayed information includes the library search process and lists each library and object name (with full path), the symbol being resolved from the library, and a list of objects that reference the symbol.
Setting Linker Options | Linker Options | FAQ: Building Your Program