Visible to Intel only — GUID: GUID-B1FBF129-AD4C-42C3-8104-F0F6807DEB41
Visible to Intel only — GUID: GUID-B1FBF129-AD4C-42C3-8104-F0F6807DEB41
Wp
Passes options to the preprocessor.
Syntax
Linux: |
-Wp,option1[,option2,...] |
macOS: |
-Wp,option1[,option2,...] |
Windows: |
None |
Arguments
option |
Is a preprocessor option. This option is not processed by the driver and is directly passed to the preprocessor. |
Default
OFF |
No options are passed to the preprocessor. |
Description
This option passes one or more options to the preprocessor. If the preprocessor is not invoked, these options are ignored.
This option is equivalent to specifying option -Qoption,fpp, options.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation. Offloading can only be enabled when using ifx.
IDE Equivalent
Alternate Options
None