mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-12 18:28:51 +01:00
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…
x
Reference in New Issue
Block a user