Intel® oneAPI DPC++/C++ Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-982B57AF-C595-4010-9BDC-3D0D99DFE784
Visible to Intel only — GUID: GUID-982B57AF-C595-4010-9BDC-3D0D99DFE784
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.
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