Visible to Intel only — GUID: GUID-A6D3766C-0412-4C53-BCDF-FA2FB495F76A
Visible to Intel only — GUID: GUID-A6D3766C-0412-4C53-BCDF-FA2FB495F76A
S
Causes the compiler to compile to an assembly file only and not link.
Linux: |
-S |
macOS: |
-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 macOS systems, the assembly file name has a .s suffix. On Windows* systems, the assembly file name has an .asm suffix.
Visual Studio: None
Eclipse: Output Files > Generate Assembler Source File
Xcode: Output Files > Generate Assembler Source File
Linux and macOS: None
Windows: /Fa