From 2e13ee1cfc5cc17aff4814dd229e1cdf251eccd9 Mon Sep 17 00:00:00 2001 From: bmaupin Date: Mon, 16 Sep 2019 14:03:24 -0400 Subject: Fix compiler warning for strict aliasing --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c962e5f..431b32f 100644 --- a/Makefile +++ b/Makefile @@ -217,7 +217,7 @@ else ifeq ($(platform), psp1) CFLAGS += -DPSP -G0 CFLAGS += -I$(shell psp-config --pspsdk-path)/include CFLAGS += -march=allegrex -mfp32 -mgp32 -mlong32 -mabi=eabi - CFLAGS += -fomit-frame-pointer -ffast-math -fstrict-aliasing + CFLAGS += -fomit-frame-pointer -ffast-math CFLAGS += -falign-functions=32 -falign-loops -falign-labels -falign-jumps STATIC_LINKING = 1 -- cgit v1.2.3