Developer Guide and Reference

ID 767253
Date 10/31/2024
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-A6D3766C-0412-4C53-BCDF-FA2FB495F76A

Document Table of Contents

S

Causes the compiler to compile to an assembly file only and not link.

Syntax

Linux:

-S

Windows:

/S

Arguments

None

Default

OFF

Normal compilation and linking occur.

Description

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.

IDE Equivalent

Visual Studio: None

Eclipse: Output Files > Generate Assembler Source File

Alternate Options

Linux: None

Windows: /Fa

See Also