Fix compiler warning for strict aliasing

This commit is contained in:
bmaupin 2019-09-16 14:03:24 -04:00
parent 24af89596e
commit 2e13ee1cfc
1 changed files with 1 additions and 1 deletions

View File

@ -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