Intel® C++ Compiler 19.0 Developer Guide and Reference

nologo

Tells the compiler to not display compiler version information.

Syntax

Linux and macOS:

None

Windows:

/nologo

Arguments

None

Default

OFF

Description

Tells the compiler to not display compiler version information.

IDE Equivalent

Visual Studio: General > Suppress Startup Banner

Eclipse: None

Xcode: None

Alternate Options

None