EP

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

IDE Equivalent

Windows: Preprocessor > Preprocess Suppress Line Numbers (VS 2010)

Linux: None

Mac OS X: None

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-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 or Linux* OS option F, the preprocessor will write the results (without #line directives) to a file instead of stdout.

Alternate Options

None


Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.