EP

Causes the preprocessor to send output to stdout, omitting #line directives.

IDE Equivalent

None

Architectures

IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture

Syntax

Linux: -EP
Windows:  /EP

Arguments

None

Default

OFF Preprocessed source files are output to the compiler.

Description

This option causes the preprocessor to send output to stdout, omitting #line directives.

If you also specify option P, F or preprocess_only, the preprocessor will write the results (without #line directives) to a file instead of stdout.

Alternate Options

None