From a6831d177c7ffc835ca9d162626f2fb5eb59347a Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Wed, 11 Mar 2015 17:06:34 +0000 Subject: [PATCH] get rid of strict aliasing --- libctru/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libctru/Makefile b/libctru/Makefile index bacf4e3..966c20c 100644 --- a/libctru/Makefile +++ b/libctru/Makefile @@ -42,6 +42,7 @@ INCLUDES := include ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard CFLAGS := -g -Wall -O2 -mword-relocations \ + -fno-strict-aliasing \ -fomit-frame-pointer -ffast-math \ $(ARCH)