Use /VERBOSE to have the linker display information during the linking process, including the phase of linking and the names and paths of the object files being linked.
| /VERBOSE option syntax |
|---|
|
Default is: /NOVERBOSE
Abbreviations are: /VERB|/NOV
If you have trouble linking because the linker is finding the wrong files or finding them in the wrong order, use /VERBOSE to determine the locations of the object files and the order in which they are linked.
The output from this option is sent to stdout. You can redirect the output to a file using Windows redirection symbols.
/VERBOSE is the same as /INFORMATION, but is the preferred form.
related references
/INFORMATION, /NOINFORMATION