From 42c3d8593bc30696183080a27a6f500ae09f1189 Mon Sep 17 00:00:00 2001 From: szaka Date: Wed, 23 Jan 2008 21:45:36 +0000 Subject: [PATCH] remove -fno-strict-aliasing (Alon Bar-Lev) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5ed19e19..865fe4b9 100644 --- a/configure.ac +++ b/configure.ac @@ -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"