X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f10e38c48a56413d0d5cf38683d46144b0e4ceea..88517d90087856e01002f1e3dea1a0ce659f28ea:/configure diff --git a/configure b/configure index cf45e5214f..4b7e5c8a47 100755 --- a/configure +++ b/configure @@ -39394,7 +39394,7 @@ if test "$wxUSE_OPTIMISE" = "no" ; then fi else if test "$GCC" = yes ; then - OPTIMISE_CFLAGS="-O2" + OPTIMISE_CFLAGS="-O2 -fno-strict-aliasing" else OPTIMISE_CFLAGS="-O" fi