use-asm, Quse-asm

Tells the compiler to produce objects through the assembler.

IDE Equivalent

None

Architectures

-use-asm: IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
/Quse-asm
: IntelŪ ItaniumŪ architecture

Syntax

Linux: -use-asm
-no-use-asm
Windows:  /Quse-asm
/Quse-asm-

Arguments

None

Default

OFF The compiler produces objects directly.

Description

This option tells the compiler to produce objects through the assembler.

Alternate Options

Linux: -use_asm
Windows: /Quse_asm