Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.33 KB

nologo-suppress-startup-banner-c-cpp.md

File metadata and controls

36 lines (24 loc) · 1.33 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: /nologo (Suppress Startup Banner) (C/C++)
/nologo (Suppress Startup Banner) (C/C++)
11/04/2016
VC.Project.VCCLWCECompilerTool.SuppressStartupBanner
VC.Project.VCCLCompilerTool.SuppressStartupBanner
-nologo compiler option [C++]
/nologo compiler option [C++]
nologo compiler option [C++]
banners, suppressing startup
75930d8b-b11c-4db8-99e5-b52f97da0693

/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 xref:Microsoft.VisualStudio.VCProjectEngine.VCCLCompilerTool.SuppressStartupBanner%2A.

See also

MSVC Compiler Options
MSVC Compiler Command-Line Syntax