fsycl-host-compiler-options

Passes options to the compiler specified by option fsycl-host-compiler. This content is specific to DPC++.

Syntax

Linux:

-fsycl-host-compiler-options="opts"

Windows:

-fsycl-host-compiler-options="opts"

Arguments

opts

Is a string of compatible compiler options to be passed. The string must appear within quotes.

If there is more than one compiler option, a space must appear between each option name.

Default

OFF

No options are passed to the compiler specified by -fsycl-host-compiler.

Description

This option tells the compiler to pass options to the compiler specified by option fsycl-host-compiler. The options must be compatible with the compiler specified by fsycl-host-compiler.

Note

Specifying any kind of phase limiting options (such as -c, -E, or -S) may interfere with the expected output set during the host compilation. This can cause undefined behavior.

IDE Equivalent

None

Alternate Options

None

See Also