Intel® Fortran Compiler 16.0 User and Reference Guide
Determines whether aliasing should be assumed in the program.
Linux and OS X: | -falias -fno-alias |
Windows: | None |
None
-fno-alias |
No aliasing is assumed in the program. |
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.
Linux and OS X: None
Windows: /Oa[-]