Skip to content

Commit

Permalink
(Vita) Turn O3 optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
frangarcj committed Sep 26, 2016
1 parent 2c0d8e8 commit 753d449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.griffin
Expand Up @@ -213,7 +213,7 @@ else ifeq ($(platform), vita)
INCLUDE += -Ideps/libvita2d/include
INCLUDE += -Ideps/zlib
PLATCFLAGS := -mthumb -mfloat-abi=hard -fsingle-precision-constant \
-mword-relocations -fno-unwind-tables -fno-asynchronous-unwind-tables -ftree-vectorize -funroll-loops
-mword-relocations -fno-unwind-tables -fno-asynchronous-unwind-tables -ftree-vectorize -fno-optimize-sibling-calls
LIBS += -lSceKernel_stub -lSceDisplay_stub -lSceGxm_stub -lSceNet_stub -lSceNetCtl_stub\
-lSceSysmodule_stub -lSceCtrl_stub -lSceAudio_stub -lSceFiber_stub\
-lScePower_stub -lSceRtc_stub -lSceCommonDialog_stub -lScePgf_stub \
Expand Down Expand Up @@ -402,7 +402,7 @@ ifeq ($(DEBUG), 1)
else ifeq ($(platform), psp1)
CFLAGS += -O2
else ifeq ($(platform), vita)
CFLAGS += -O1
CFLAGS += -O3
else
CFLAGS += -O3
endif
Expand Down

0 comments on commit 753d449

Please sign in to comment.