From d4cae7e7d9319372add3fca9bad906236285565a Mon Sep 17 00:00:00 2001 From: vanfanel Date: Thu, 25 Feb 2016 15:22:24 +0100 Subject: [PATCH] Small correction on the rpi2 platform defines --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index 44aca26..5546c79 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -165,7 +165,7 @@ else ifeq ($(platform), rpi2) SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,--no-undefined CFLAGS += -DARM CFLAGS += -marm -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard -funsafe-math-optimizations - CFLAGS += -fomit-frame-pointer -ffast-math + CFLAGS += -fomit-frame-pointer -fstrict-aliasing -ffast-math # Lightweight PS3 Homebrew SDK else ifeq ($(platform), psl1ght)