From 4f5ea1a39c0f9d6fa1fe798641f370a9d4c0fc54 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 7 Aug 2009 21:31:02 +0000 Subject: Test with -fno-strict-aliasing. svn path=/trunk/netsurf/; revision=9109 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 19caab63f..22d694257 100644 --- a/Makefile +++ b/Makefile @@ -286,7 +286,7 @@ ifeq ($(TARGET),riscos) CFLAGS += -I. $(WARNFLAGS) -Driscos \ -std=c99 -D_BSD_SOURCE -D_POSIX_C_SOURCE \ - -mpoke-function-name + -mpoke-function-name -fno-strict-aliasing CFLAGS += -I$(GCCSDK_INSTALL_ENV)/include \ -I$(GCCSDK_INSTALL_ENV)/include/libxml2 \ -- cgit v1.2.3