Qoption

Passes options to a specified tool. This content is specific to C++; it does not apply to DPC++.

Syntax

Linux:

-Qoption,string,options

Windows:

/Qoption,string,options

Arguments

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 (" ").

Default

OFF

No options are passed to tools.

Description

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:

IDE Equivalent

None

Alternate Options

None

See Also