Use /NOLOGO to suppress the product information that appears when the linker starts.
| /LOGO option syntax |
|---|
|
Default is: /LOGO
Abbreviations are: /LO|/NOL
Specify /NOLOGO before the response file on the command line, or in the ILINK environment variable. If the option appears in or after the response file, it is ignored.
By default, the linker displays product information at the start of the linking process, and displays the contents of the response file as it reads the file.
Unlike most other linker options, /LOGO and /NOLOGO cannot be included in a response file. You must set them on the command line.