Intel® Fortran Compiler XE 13.1 User and Reference Guides

falias

Determines whether aliasing should be assumed in the program.

IDE Equivalent

None

Architectures

All

Syntax

Linux and OS X:

-falias

-fno-alias

Windows:

None

Arguments

None

Default

-fno-alias

No aliasing is assumed in the program.

Description

This option determines whether aliasing should be assumed in the program.

If you want aliasing to be assumed in the program, specify -falias. However, this may affect performance.

Alternate Options

Linux and OS X: None

Windows: /Oa[-]

See Also


Submit feedback on this help topic