Intel® Fortran Compiler 16.0 User and Reference Guide

use-asm, Quse-asm

Tells the compiler to produce objects through the assembler. This is a deprecated option. There is no replacement option.

Syntax

Linux and OS X:

-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.

IDE Equivalent

None

Alternate Options

None