| 159 | | # disable strict aliasing on anything newer than gcc 2 as it may lead to unexpected results. |
| 160 | | # TODO: remove this when all code has been analyzed/fixed with regard to aliasing. |
| | 159 | # disable strict aliasing on anything newer than gcc 2 as it may lead to |
| | 160 | # unexpected results. also disable the tree-vrp (value range propagation) |
| | 161 | # optimization for now as with the current gcc4 version we are using this |
| | 162 | # results in some broken code. |
| | 163 | # TODO: remove the -fno-strict-aliasing option when all code has been |
| | 164 | # analyzed/fixed with regard to aliasing. |
| | 165 | # TODO: retest/remove the -fno-tree-vrp option as soon as we have updated our |
| | 166 | # gcc4 compiler. |