/VERBOSE[:ICF |:LIB |:REF |:SAFESEH]
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.
Option
Description
/VERBOSE
Displays details about the linking process.
/VERBOSE:ICF
Display information about linker activity resulting from the use of /OPT:ICF.
/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.
/VERBOSE:REF
Display information about linker activity resulting from the use of /OPT:REF.
/VERBOSE:SAFESEH
Displays information about which modules are not compatible with safe exception handling when /SAFESEH is not specified.
Open the project's Property Pages dialog box. For details, see Setting Visual C++ Project Properties.
Click the Linker folder.
Click the Command Line property page.
Type the option into the Additional Options box.
See ShowProgress.