nologo

Tells the compiler to not display compiler version information.

Syntax

Linux:

None

Windows:

/nologo

Arguments

None

Default

OFF

Description

Tells the compiler to not display compiler version information.

Note

This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.

IDE Equivalent

Visual Studio: General > Suppress Startup Banner

Eclipse: None

Alternate Options

None