Causes the compiler to compile to an assembly file only and not link.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -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 systems, the assembly file name has a .s suffix. On Windows systems, the assembly file name has an .asm suffix.
Linux: None
Windows: /Fa,
/asmfile