Intel® C++ Compiler 16.0 User and Reference Guide
Information in this documentation applies to all supported operating systems and architectures unless otherwise specified.
This documentation uses the following conventions:
this type |
Indicates command-line or option arguments. |
This type |
Indicates a example code. |
This type |
Indicates what you type as input. |
This type |
Indicates menu names, menu items, button names, dialog window names, and other user-interface items. |
File > Open |
Menu names and menu items joined by a greater than (>) sign indicate a sequence of actions. For example, "Click File > Open" indicates that in the File menu, click Open to perform this action. |
{value | value} |
Indicates a choice of items or values. You can usually only choose one of the values in the braces. |
[item] |
Indicates items that are optional. |
item [, item ]... |
Indicates that the item preceding the ellipsis (three dots) can be repeated. |
Windows* (or Windows* OS) Windows operating system |
These terms refer to all supported Microsoft* Windows* operating systems. |
Linux* (or Linux* OS) Linux operating system |
These terms refer to all supported Linux* operating systems. |
OS X* OS X operating system |
These terms refer all supported OS X* operating systems. |
Microsoft Visual Studio* |
An asterisk at the end of a word or name indicates it is a third-party product trademark. |
compiler option |
This term refers to Windows* options, Linux* options, or OS X* options that can be used by the compiler to compile applications. The following conventions are used as shortcuts when referencing compiler option names in text:
Compiler option names that are more dissimilar are shown in full. |
Conventions Used in Compiler Options | |
/option or |
A slash before an option name indicates the option is available on Windows*. A dash before an option name indicates the option is available on Linux* and OS X* systems. For example: |
/option:
argument or |
Indicates that an option requires an argument (parameter). For example, you must specify an argument for the following options: |
/option:
keyword or |
Indicates that an option requires one of the keyword values. |
/option[:keyword ] or |
Indicates that the option can be used alone or with an optional keyword. |
option[n] or option[:n] or option[=n] |
Indicates that the option can be used alone or with an optional value; for example, in /Qfnalign[:n] and -falign-functions[=n], the n can be omitted or a valid value can be specified for n. |
option[-] |
Indicates that a trailing hyphen disables the option; for example, /Qglobal_hoist- disables the Windows* option /Qglobal_hoist. |
[no]option or |
Indicates that "no" or "no-" preceding an option disables the option. For example: |