Causes the compiler to compile to an assembly file only and not link.
Windows: None
Linux: Output Files > Generate Assembler Source File
Mac OS: Output Files > Generate Assembler Source File
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | -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 Mac OS systems, the assembly file name has a .s suffix. On Windows systems, the assembly file name has an .asm suffix.
Linux and Mac OS: None
Windows: /Fa
Fa compiler option