X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.libretro;h=3b7c0fed95a4b2238e90bd3d7eee5e15d782ccdf;hb=36745acc514bbd380787434b12471d9b99b2ffc5;hp=9e20e24732c2db9020849379ad22adf6b57ad1aa;hpb=937c7e5283809a100d4b504296576878d2016ea0;p=picodrive.git diff --git a/Makefile.libretro b/Makefile.libretro index 9e20e24..3b7c0fe 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -263,7 +263,7 @@ else ifeq ($(platform), vita) CC = arm-vita-eabi-gcc$(EXE_EXT) AR = arm-vita-eabi-ar$(EXE_EXT) CFLAGS += -DVITA - CFLAGS += -mfloat-abi=hard -ffast-math -mword-relocations + CFLAGS += -mfloat-abi=hard -ffast-math -mword-relocations -fno-optimize-sibling-calls CFLAGS += -marm -mfpu=neon -mcpu=cortex-a9 -march=armv7-a STATIC_LINKING = 1 NO_MMAP = 1