Intel® Fortran Compiler 16.0 User and Reference Guide
Tells the compiler to save the compilation options and version number in the executable file. It also lets you choose whether to include lists of certain routines.
Linux: | -sox[=keyword[,keyword]] -no-sox |
OS X: | None |
Windows: | None |
keyword |
Is the routine information to include. Possible values are:
|
-no-sox |
The compiler does not save these informational strings in the object file. |
This option tells the compiler to save the compilation options and version number in the executable file. It also lets you choose whether to include lists of certain routines. The information is embedded as a string in each object file or assembly output.
If you specify option sox with no keyword, the compiler saves the compiler options and version number used in the compilation of the objects that make up the executable.
When you specify this option, the size of the executable on disk is increased slightly. Each keyword you specify increases the size of the executable. When you link the object files into an executable file, the linker places each of the information strings into the header of the executable. It is then possible to use a tool, such as a strings utility, to determine what options were used to build the executable file.
None