Causes the compiler to compile to an assembly file only and not link.
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -S |
Windows: | /S |
None
OFF |
Normal compilation and linking occur. |
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.
Linux and Mac OS X: None
Windows: /Fa, /asmfile (this is a deprecated option)
Copyright © 1996-2010, Intel Corporation. All rights reserved.