From be1ef1c62ad13612be5e1f879476c24452a5d6d0 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 28 Nov 2011 13:27:53 -0500 Subject: Add -fno-strict-aliasing --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e2a2a09fb..a89b32302 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,8 @@ endif if HAVE_GCC AM_CFLAGS += -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith \ -Wcast-qual -Wcast-align -Wwrite-strings \ - -Werror-implicit-function-declaration + -Werror-implicit-function-declaration \ + -fno-strict-aliasing endif dist_pkgconfig_DATA = -- cgit