disable strict aliasing
Originally committed to SVN as r1004.
This commit is contained in:
parent
e35bb8e745
commit
ef725cc8a2
1 changed files with 1 additions and 0 deletions
|
@ -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])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue