Enable use of ANSI aliasing rules in optimizations.
Linux: Language > Enable Use of ANSI Aliasing Rules in Optimizations
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux: | -ansi-alias |
-ansi-alias- | |
Windows: | /Qansi-alias |
/Qansi-alias- |
None
-ansi-alias- | Disable use of ANSI aliasing rules in optimizations. |
This option tells the compiler to assume that the program adheres to ISO C Standard aliasability rules.
If your program adheres to these rules, then this option allows the compiler to optimize more aggressively. If it doesn't adhere to these rules, then it can cause the compiler to generate incorrect code.
None