remove -fno-strict-aliasing (Alon Bar-Lev)
parent
ce46eba979
commit
42c3d8593b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue