Passes options to the compiler specified by option fsycl-host-compiler. This content is specific to DPC++.
Linux: | -fsycl-host-compiler-options="opts" |
Windows: | -fsycl-host-compiler-options="opts" |
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. |
OFF |
No options are passed to the compiler specified by -fsycl-host-compiler. |
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.
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.
None