Places comments in preprocessed source output.
Windows: Preprocessor > Keep Comments
Linux: None
Mac OS X: None
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -C |
Windows: | /C |
None
OFF |
No comments are placed in preprocessed source output. |
This option places (or preserves) comments in preprocessed source output.
Comments following preprocessing directives, however, are not preserved.
None
The following commands cause the compiler to preserve comments in the prog1.i preprocessed file.
On Windows* systems:
icl /C /P prog1.cpp prog2.cpp
On Linux* and Mac OS* X systems:
icpc -C -P prog1.cpp prog2.cpp
Copyright © 1996-2011, Intel Corporation. All rights reserved.