Intel® C++ Compiler XE 13.1 User and Reference Guides

Fa

Specifies that an assembly listing file should be generated.

IDE Equivalent

Windows: Output Files > ASM List Location

Linux: Output > Generate Assembler Source and Binary Files

OS X: None

Architectures

All

Syntax

Linux and OS X:

-Fa[filename|dir]

Windows:

/Fa[filename|dir]

Arguments

filename

Is the name of the assembly listing file.

dir

Is the directory where the file should be placed. It can include filename.

Default

OFF

No assembly listing file is produced.

Description

This option specifies that an assembly listing file should be generated (optionally named filename).

Alternate Options

Linux and OS X: -S

Windows: /S


Submit feedback on this help topic