Intel® C++ Compiler XE 13.1 User and Reference Guides
Causes the compiler to compile to an assembly file only and not link.
Windows: None
Linux: Output Files > Generate Assembler Source File
OS X: Output Files > Generate Assembler Source File
All
Linux and OS X: | -S |
Windows: | /S |
None
OFF |
Normal compilation and linking occur. |
This option causes the compiler to compile to an assembly file only and not link.
On Linux and OS X systems, the assembly file name has a .s suffix. On Windows systems, the assembly file name has an .asm suffix.
Linux and OS X: None
Windows: /Fa