Intel® C++ Compiler 16.0 User and Reference Guide
Passes options to a specified tool.
Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner), on IA-32 architecture targeting Intel® Graphics Technology, or on Intel® 64 architecture targeting Intel® Graphics Technology
Linux and OS X: | -Qoption,string,options |
Windows: | /Qoption,string,options |
string |
Is the name of the tool. |
options |
Are one or more comma-separated, valid options for the designated tool. Note that certain tools may require that options appear within quotation marks (" "). |
OFF |
No options are passed to tools. |
This option passes options to a specified tool.
If an argument contains a space or tab character, you must enclose the entire argument in quotation marks (" "). You must separate multiple arguments with commas.
string can be any of the following:
cpp - Indicates the Intel compiler preprocessor.
c - Indicates the C++ compiler.
asm - Indicates the assembler.
link - Indicates the linker.
prof - Indicates the profiler.
On Windows* systems, the following is also available:
masm - Indicates the Microsoft assembler.
On Linux* and OS X* systems, the following are also available:
as - Indicates the assembler.
gas - Indicates the GNU assembler.
ld - Indicates the loader.
gld - Indicates the GNU loader.
lib - Indicates an additional library.
crt - Indicates the crt%.o files linked into executables to contain the place to start execution.
None