X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=600a1d3aa62ce73b7652b1e3e6b0a9a970987b93;hb=2f73c14c11377887630c696cefd035a21e976e09;hp=7360770a1bfc088c5800365c0f570f1e8358fdc3;hpb=73081f238a4d80891cf9df5aebeebe3d13c84144;p=pcsx_rearmed.git diff --git a/Makefile b/Makefile index 7360770a..600a1d3a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ ifeq ($(DEBUG), 1) CFLAGS += -O0 -ggdb else ifeq ($(platform), vita) -CFLAGS += -O1 -DNDEBUG +CFLAGS += -O3 -DNDEBUG else CFLAGS += -O2 -DNDEBUG endif