Visible to Intel only — GUID: GUID-9E2774B9-94C3-43A3-A715-BA7F16B12BD1
Visible to Intel only — GUID: GUID-9E2774B9-94C3-43A3-A715-BA7F16B12BD1
logo
Displays the compiler version information.
Linux: |
-logo -nologo |
macOS: |
-logo -nologo |
Windows: |
/logo /nologo |
None
Linux* and macOS: nologo |
The compiler version information is not displayed. |
Windows*: logo |
The compiler version information is displayed. |
This option displays the startup banner, which contains the following compiler information:
The name of the compiler and its applicable architecture
The major and minor version of the compiler, the update number, and the package number(for example, Version 11.1.0.047)
The specific build and build date (for example, Build <builddate>)
The copyright date of the software
This option can be placed anywhere on the command line.
Visual Studio: General > Suppress Startup Banner (/nologo)
Linux and macOS: -V
Windows: None