Specifies that an assembly listing file should be generated.
Windows: C/C++ > Output Files > ASM List Location
IA-32 architecture, Intel® 64 architecture, IA-64 architecture
Linux and Mac OS: | None |
Windows: | /Fa[file | dir] |
file | Is the name of the assembly listing file. |
dir | Is the directory where the file should be placed. It can include file. |
OFF | No assembly listing file is produced. |
This option specifies that an assembly listing file should be generated (optionally named file).
Linux and Mac OS:
-S
Windows: None