summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-08-07 21:31:02 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-08-07 21:31:02 +0000
commit4f5ea1a39c0f9d6fa1fe798641f370a9d4c0fc54 (patch)
treebc182bddc2c5d7b20968425e3b6d454e5e8b711e /Makefile
parentd197e03bf2329eabfbad98028760b9d792b98246 (diff)
downloadnetsurf-4f5ea1a39c0f9d6fa1fe798641f370a9d4c0fc54.tar.gz
netsurf-4f5ea1a39c0f9d6fa1fe798641f370a9d4c0fc54.tar.bz2
Test with -fno-strict-aliasing.
svn path=/trunk/netsurf/; revision=9109
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \