S

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

IDE Equivalent

Windows: None

Linux: Output Files > Generate Assembler Source File

Mac OS X: Output Files > Generate Assembler Source File

Architectures

IA-32, Intel® 64 architectures

Syntax

Linux and Mac OS X:

-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 Mac OS X systems, the assembly file name has a .s suffix. On Windows systems, the assembly file name has an .asm suffix.

Alternate Options

Linux and Mac OS X: None

Windows: /Fa

See Also


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.