Causes the preprocessor to send output to stdout, omitting #line directives.
Windows: Preprocessor > Preprocess Suppress Line Numbers (VS 2010)
Linux: None
Mac OS X: None
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -EP |
Windows: | /EP |
None
OFF |
Preprocessed source files are output to the compiler. |
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.
None
To preprocess to stdout omitting #line directives, enter the following command:
On Windows* systems:
icl /EP prog1.cpp prog2.cpp
On Linux* and Mac OS* X systems:
icpc -EP prog1.cpp prog2.cpp
Copyright © 1996-2011, Intel Corporation. All rights reserved.