remove -fno-strict-aliasing (Alon Bar-Lev)

master
szaka 2008-01-23 21:45:36 +00:00
parent ce46eba979
commit 42c3d8593b
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ AC_CHECK_FUNCS([ \
AC_SYS_LARGEFILE
# We add -Wall to enable some compiler warnings.
CFLAGS="${CFLAGS} -Wall -fno-strict-aliasing"
CFLAGS="${CFLAGS} -Wall"
if test "${enable_pedantic}" = "yes"; then
enable_warnings="yes"