Determines whether aliasing should be assumed in the program.
IA-32, Intel® 64 architectures
Linux and Mac 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 Mac OS X: None
Windows: /Oa[-]
Copyright © 1996-2010, Intel Corporation. All rights reserved.