Returns the version number of the compiler.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -dumpversion |
Mac OS: | None |
Windows: | None |
None
OFF | The compiler does not return the version number of the compiler. |
This option returns the version number of the compiler. It does not compile your source files.
If you use the Intel® C++ Compiler 9.1 with this option:
icc -dumpversion
the compiler returns "9.1".
None