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

 

The latest version of this topic can be found at -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 How to: Open Project Property Pages.

  2. Click the C/C++ folder.

  3. Click the General property page.

  4. Modify the Suppress Startup Banner property.

To set this compiler option programmatically

See Also

Compiler Options
Setting Compiler Options