logo

Displays the compiler version information.

IDE Equivalent

Windows: General > Suppress Startup Banner (/nologo)
Linux: None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -logo
-nologo
Windows:    /logo
/nologo

Arguments

None

Default

Linux: OFF The compiler version information is not displayed.
Windows: ON The compiler version information is displayed.

Description

This option displays the startup banner, which contains the following compiler version information:

This option can be placed anywhere on the command line.

Alternate Options

Linux: -V

Windows: None