Fix compiler warning for strict aliasing
This commit is contained in:
parent
24af89596e
commit
2e13ee1cfc
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue