Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 3/22/2024
Public
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

None

Alternate Options

Linux: None

Windows: /Fa

See Also