From a009616726e4ad8705a72fe0079a0607be68e2b9 Mon Sep 17 00:00:00 2001 From: ggf906 Date: Wed, 14 Jun 2017 09:03:56 +0200 Subject: [PATCH] (VITA) Fix compilation --- Makefile.libretro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.libretro b/Makefile.libretro index f5e1e5b..3a25aaa 100644 --- a/Makefile.libretro +++ b/Makefile.libretro @@ -101,7 +101,7 @@ else ifeq ($(platform), vita) TARGET := $(TARGET_NAME)_vita.a CC = arm-vita-eabi-gcc AR = arm-vita-eabi-ar - CXXFLAGS += -Wl,-q -Wall -O3 + CFLAGS += -Wl,-q -Wall -O3 -fno-short-enums -fno-optimize-sibling-calls STATIC_LINKING = 1 else CC = gcc