Intel® C++ Compiler Classic Developer Guide and Reference

ID 767249
Date 7/13/2023
Public
Document Table of Contents

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,cpp, options.

IDE Equivalent

None

Alternate Options

None

See Also