From 0881a73623ccfdc5fede5cbc2b0a8c443ffd45bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Mon, 22 Oct 2012 11:35:55 +0000 Subject: [PATCH] Compile with -fno-strict-aliasing to avoid potential trouble. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 12550cd..313b73a 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ CPP=$(TCPREFIX)cpp OBJCOPY=$(TCPREFIX)objcopy INCLUDE=-Iinclude -CFLAGS=-mcpu=5474 -Wall -Wno-multichar -Os -fomit-frame-pointer +CFLAGS=-mcpu=5474 -Wall -Wno-multichar -Os -fomit-frame-pointer -fno-strict-aliasing SRCDIR=sources OBJDIR=objs