disable strict aliasing

Originally committed to SVN as r1004.
This commit is contained in:
David Lamparter 2007-04-04 17:18:20 +00:00
parent e35bb8e745
commit ef725cc8a2
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ AC_CXX_FLAG([-Wextra],[AC_CXX_FLAG([-W])])
AC_CXX_FLAG([-Wno-unused-parameter])
AC_CXX_FLAG([-Wno-long-long])
AC_CXX_FLAG([-fpermissive])
AC_CXX_FLAG([-fno-strict-aliasing])
AC_CXX_FLAG([-std=c++98])