Tells the compiler to produce objects through the assembler.
-use-asm: IA-32 architecture, IntelĀ® 64 architecture, IA-64 architecture
/Quse-asm: IA-64 architecture
Linux and Mac OS X: |
-use-asm -no-use-asm |
Windows: |
/Quse-asm /Quse-asm- |
None
-no-use-asm |
The compiler produces objects directly. |
This option tells the compiler to produce objects through the assembler.
None