(VITA) Dynarec working
[picodrive.git] / Makefile
index c7fbe9e..9b364dd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,11 @@ TARGET ?= PicoDrive
 CFLAGS += -Wall 
 CFLAGS += -I. -DINLINE=inline
 ifndef DEBUG
+ifeq ($(platform), vita)
+CFLAGS += -O3 -DNDEBUG
+else
 CFLAGS += -O2 -DNDEBUG -ffunction-sections
+endif
 ifneq ($(APPLE),1)
 LDFLAGS += -Wl,--gc-sections
 endif