mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-26 17:30:23 +00:00
Remove dangerous compilation flag on the Pi platforms. (#206)
This commit is contained in:
parent
9ae0cdfb36
commit
2a409acacd
@ -75,7 +75,7 @@ ifneq (,$(findstring unix,$(platform)))
|
||||
|
||||
# Raspberry Pi
|
||||
ifneq (,$(findstring rpi,$(platform)))
|
||||
CFLAGS += -fomit-frame-pointer -ffast-math
|
||||
CFLAGS += -fomit-frame-pointer
|
||||
CXXFLAGS += $(CFLAGS)
|
||||
ifneq (,$(findstring rpi1,$(platform)))
|
||||
CFLAGS += -march=armv6j -mfpu=vfp -mfloat-abi=hard -marm
|
||||
|
Loading…
Reference in New Issue
Block a user