The Intel compiler's Option Mapping Tool provides an easy method to derive equivalent options between Windows* and Linux*operating systems. If you are a Windows OS developer who is developing an application for Linux OS, you may want to know, for example, the Linux OS equivalent for the /Oy- option. Likewise, the Option Mapping Tool provides Windows OS equivalents for Intel compiler options supported on Linux OS.
The Compiler Option Mapping Tool does not run on Mac OS* X.
You can start the Option Mapping Tool from the command line by:
The Compiler Option Mapping Tool only maps compiler options on the same architecture. It will not, for example, map an option that is specific to the IA-64 architecture to a like option available on the IA-32 architecture or Intel® 64 architecture.
If you use the compiler to execute the Option Mapping Tool, the following syntax applies:
<compiler command> <map-opts option> <compiler option(s)>
Output from the Option Mapping Tool also includes:
option mapping information (not shown here) for options included in the compiler configuration file
alternate forms of the options that are supported but may not be documented
Use the following syntax to execute the Option Mapping Tool directly from a command line environment where the full path to the map-opts executable is known (compiler bin directory):
map-opts -t<target OS> -l<language> -opts <compiler option(s)>
where values for: