aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libretro
diff options
context:
space:
mode:
authorTwinaphex2016-09-27 01:43:09 +0200
committerGitHub2016-09-27 01:43:09 +0200
commitd4ee47f3f4d639d551b187e3eef39490fa859758 (patch)
tree075e8656f5d9f6524577a7f00530279adffb67bd /Makefile.libretro
parent1024d6ba608b718ce33d559b7b433e948b4d0e9a (diff)
parent2f73c14c11377887630c696cefd035a21e976e09 (diff)
downloadpcsx_rearmed-d4ee47f3f4d639d551b187e3eef39490fa859758.tar.gz
pcsx_rearmed-d4ee47f3f4d639d551b187e3eef39490fa859758.tar.bz2
pcsx_rearmed-d4ee47f3f4d639d551b187e3eef39490fa859758.zip
Merge pull request #71 from frangarcj/master
Optimizations and quit error
Diffstat (limited to 'Makefile.libretro')
-rw-r--r--Makefile.libretro1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.libretro b/Makefile.libretro
index 1aae08e..a7fa0eb 100644
--- a/Makefile.libretro
+++ b/Makefile.libretro
@@ -120,6 +120,7 @@ else ifeq ($(platform), vita)
CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon -marm
CFLAGS += -fsingle-precision-constant -mword-relocations -fno-unwind-tables
CFLAGS += -fno-asynchronous-unwind-tables -ftree-vectorize -funroll-loops
+ CFLAGS += -fno-optimize-sibling-calls
CFLAGS += -I$(VITASDK)/include -Ifrontend/vita
CFLAGS += -DNO_SOCKET -DNO_OS -DNO_DYLIB
ASFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon