Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
/NOLOGO (Suppress Startup Banner) (Linker)
/NOLOGO
Remarks
The /NOLOGO option prevents display of the copyright message and version number.
This option also suppresses echoing of command files. For details, see LINK Command Files.
By default, this information is sent by the linker to the Output window. On the command line, it is sent to standard output and can be redirected to a file.
To set this linker option in the Visual Studio development environment
- This option should only be used from the command line.
To set this linker option programmatically
- This linker option cannot be changed programmatically.
See also
Feedback
Was this page helpful?
