Intel® Fortran Compiler 17.0 Developer Guide and Reference

S

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

Syntax

Linux and macOS:

-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* and OS X* 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 and OS X: None

Windows: /Fa

See Also