mariadb/cmake/build_configurations
Davi Arnaut 243003f12d Bug#42733: Type-punning warnings when compiling MySQL -- strict aliasing violations.
Due to the extent of aliasing violations in the MySQL source
code, at this time it is safer to disable strict aliasing related
optimizations in release builds.

As of this patch, only GCC enables strict aliasing by default.
Hence, use the -fno-strict-aliasing option to disable the
aliasing rules.
2010-10-08 10:30:58 -03:00
..
mysql_release.cmake Bug#42733: Type-punning warnings when compiling MySQL -- strict aliasing violations. 2010-10-08 10:30:58 -03:00