Intel® Fortran Compiler 16.0 User and Reference Guide

falias

Determines whether aliasing should be assumed in the program.

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.

IDE Equivalent

None

Alternate Options

Linux and OS X: None

Windows: /Oa[-]

See Also