/nologo (Suppress Startup Banner) (C/C++)

Suppresses the display of the copyright banner when the compiler starts up and display of informational messages during compiling.

Syntax

/nologo

Remarks

To set this compiler option in the Visual Studio development environment

  1. Open the project's Property Pages dialog box. For details, see Set C++ compiler and build properties in Visual Studio.

  2. Select the Configuration Properties > C/C++ > General property page.

  3. Modify the Suppress Startup Banner property.

To set this compiler option programmatically

See also

MSVC Compiler Options
MSVC Compiler Command-Line Syntax