Intel® C++ Compiler 16.0 User and Reference Guide

nologo

Tells the compiler to not display compiler version information.

Syntax

Linux and OS X:

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