X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=600a1d3aa62ce73b7652b1e3e6b0a9a970987b93;hb=d4ee47f3f4d639d551b187e3eef39490fa859758;hp=7360770a1bfc088c5800365c0f570f1e8358fdc3;hpb=74f9b36fd4ac10413edf74992d5a92ac74dcc441;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