X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f10e38c48a56413d0d5cf38683d46144b0e4ceea..06336f51bb5120c9ac23d66c6acd79ec7428f15f:/configure?ds=inline 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